// JavaScript Document
					
function energy(country){		
	switch (country) {			
		case "NZ":
			//alert("NZ");
			window.location = "/_catalog_38360/Energy-NZ";
			break;			
		case "AU":	
			//alert("AU");
			window.location = "/_catalog_38559/Energy-AU";
			break;			
		case "US":
			//alert("US");
			window.location = "/_catalog_38579/Energy-US";
			break;			
		case "GB":
			//alert("GB");
			window.location = "/_catalog_38573/Energy-GB";
			break;
		case "AT":  /*Aus*/			
		case "BE":  /*Bel*/			
		case "CY":  /*Cy*/			
		case "CZ":  /*Czech Repub*/		
		case "DK":  /*Den*/			
		case "EE":  /*Est*/			
		case "FI":  /*Fin*/			
		case "FR":  /*Fr*/			
		case "DE":  /*Ger*/			
		case "GI":  /*Gibra*/			
		case "GR":  /*Gr*/			
		case "VA":  /*Vatican City S*/			
		case "HU":  /*Hun*/			
		case "IE":  /*Ire*/			
		case "IT":  /*I*/			
		case "LV":  /*La*/			
		case "LT":  /*Lithu*/			
		case "LU":  /*Luxemb*/			
		case "MT":  /*M*/			
		case "MC":  /*Mo*/			
		case "NL":  /*Netherl*/			
		case "PL":  /*Po*/			
		case "PT":  /*Port*/			
		case "RO":  /*Rom*/			
		case "SM":  /*San Ma*/			
		case "SK":  /*Slov*/			
		case "SI":  /*Slov*/			
		case "ES":  /*S*/			
		case "SE":  /*Sw*/
			//alert("Europe");
			window.location = "/_catalog_38567/Energy-EU";				
			break;
		default:				
			//alert("Rest of World");
			window.location = "/_catalog_58385/Energy";				
			break;	
	}
}

function euphoric(country){		
	switch (country) {			
		case "NZ":
			//alert("NZ");
			window.location = "/_catalog_38361/Euphoric-NZ";
			break;			
		case "AU":	
			//alert("AU");
			window.location = "/_catalog_38560/Euphoric-AU";
			break;			
		case "US":
			//alert("US");
			window.location = "/_catalog_38580/Euphoric-US";
			break;			
		case "GB":
			//alert("GB");
			window.location = "/_catalog_38574/Euphoric-GB";
			break;
		case "AT":  /*Aus*/			
		case "BE":  /*Bel*/			
		case "CY":  /*Cy*/			
		case "CZ":  /*Czech Repub*/		
		case "DK":  /*Den*/			
		case "EE":  /*Est*/			
		case "FI":  /*Fin*/			
		case "FR":  /*Fr*/			
		case "DE":  /*Ger*/			
		case "GI":  /*Gibra*/			
		case "GR":  /*Gr*/			
		case "VA":  /*Vatican City S*/			
		case "HU":  /*Hun*/			
		case "IE":  /*Ire*/			
		case "IT":  /*I*/			
		case "LV":  /*La*/			
		case "LT":  /*Lithu*/			
		case "LU":  /*Luxemb*/			
		case "MT":  /*M*/			
		case "MC":  /*Mo*/			
		case "NL":  /*Netherl*/			
		case "PL":  /*Po*/			
		case "PT":  /*Port*/			
		case "RO":  /*Rom*/			
		case "SM":  /*San Ma*/			
		case "SK":  /*Slov*/			
		case "SI":  /*Slov*/			
		case "ES":  /*S*/			
		case "SE":  /*Sw*/
			//alert("Europe");
			window.location = "/_catalog_38568/Euphoric-EU";				
			break;
		default:				
			//alert("Rest of World");
			window.location = "/_catalog_58386/Euphoric";				
			break;	
	}
}

function psychedelic(country){		
	switch (country) {			
		case "NZ":
			//alert("NZ");
			window.location = "/_catalog_38364/Psychedelic-NZ";
			break;			
		case "AU":	
			//alert("AU");
			window.location = "/_catalog_38561/Psychedelic-AU";
			break;			
		case "US":
			//alert("US");
			window.location = "/_catalog_38581/Psychedelic-US";
			break;			
		case "GB":
			//alert("GB");
			window.location = "/_catalog_38575/Psychedelic-GB";
			break;
		case "AT":  /*Aus*/			
		case "BE":  /*Bel*/			
		case "CY":  /*Cy*/			
		case "CZ":  /*Czech Repub*/		
		case "DK":  /*Den*/			
		case "EE":  /*Est*/			
		case "FI":  /*Fin*/			
		case "FR":  /*Fr*/			
		case "DE":  /*Ger*/			
		case "GI":  /*Gibra*/			
		case "GR":  /*Gr*/			
		case "VA":  /*Vatican City S*/			
		case "HU":  /*Hun*/			
		case "IE":  /*Ire*/			
		case "IT":  /*I*/			
		case "LV":  /*La*/			
		case "LT":  /*Lithu*/			
		case "LU":  /*Luxemb*/			
		case "MT":  /*M*/			
		case "MC":  /*Mo*/			
		case "NL":  /*Netherl*/			
		case "PL":  /*Po*/			
		case "PT":  /*Port*/			
		case "RO":  /*Rom*/			
		case "SM":  /*San Ma*/			
		case "SK":  /*Slov*/			
		case "SI":  /*Slov*/			
		case "ES":  /*S*/			
		case "SE":  /*Sw*/
			//alert("Europe");
			window.location = "/_catalog_38569/Psychedelic-EU";				
			break;
		default:				
			//alert("Rest of World");
			window.location = "/_catalog_58387/Psychedelic";				
			break;	
	}
}

function smoking(country){		
	switch (country) {			
		case "NZ":
			//alert("NZ");
			window.location = "/_catalog_38362/Smoking-NZ";
			break;			
		case "AU":	
			//alert("AU");
			window.location = "/_catalog_38562/Smoking-AU";
			break;			
		case "US":
			//alert("US");
			window.location = "/_catalog_38582/Smoking-US";
			break;			
		case "GB":
			//alert("GB");
			window.location = "/_catalog_38576/Smoking-GB";
			break;
		case "AT":  /*Aus*/			
		case "BE":  /*Bel*/			
		case "CY":  /*Cy*/			
		case "CZ":  /*Czech Repub*/		
		case "DK":  /*Den*/			
		case "EE":  /*Est*/			
		case "FI":  /*Fin*/			
		case "FR":  /*Fr*/			
		case "DE":  /*Ger*/			
		case "GI":  /*Gibra*/			
		case "GR":  /*Gr*/			
		case "VA":  /*Vatican City S*/			
		case "HU":  /*Hun*/			
		case "IE":  /*Ire*/			
		case "IT":  /*I*/			
		case "LV":  /*La*/			
		case "LT":  /*Lithu*/			
		case "LU":  /*Luxemb*/			
		case "MT":  /*M*/			
		case "MC":  /*Mo*/			
		case "NL":  /*Netherl*/			
		case "PL":  /*Po*/			
		case "PT":  /*Port*/			
		case "RO":  /*Rom*/			
		case "SM":  /*San Ma*/			
		case "SK":  /*Slov*/			
		case "SI":  /*Slov*/			
		case "ES":  /*S*/			
		case "SE":  /*Sw*/
			//alert("Europe");
			window.location = "/_catalog_38571/Smoking-EU";				
			break;
		default:				
			//alert("Rest of World");
			window.location = "/_catalog_58390/Smoking";				
			break;	
	}
}

function sexpills(country){		
	switch (country) {			
		case "NZ":
			//alert("NZ");
			window.location = "/_catalog_38363/Sex_Pills-NZ";
			break;			
		case "AU":	
			//alert("AU");
			window.location = "/_catalog_38563/Sex_Pills-AU";
			break;			
		case "US":
			//alert("US");
			window.location = "/_catalog_38583/Sex_Pills-US";
			break;			
		case "GB":
			//alert("GB");
			window.location = "/_catalog_38577/Sex_Pills-GB";
			break;
		case "AT":  /*Aus*/			
		case "BE":  /*Bel*/			
		case "CY":  /*Cy*/			
		case "CZ":  /*Czech Repub*/		
		case "DK":  /*Den*/			
		case "EE":  /*Est*/			
		case "FI":  /*Fin*/			
		case "FR":  /*Fr*/			
		case "DE":  /*Ger*/			
		case "GI":  /*Gibra*/			
		case "GR":  /*Gr*/			
		case "VA":  /*Vatican City S*/			
		case "HU":  /*Hun*/			
		case "IE":  /*Ire*/			
		case "IT":  /*I*/			
		case "LV":  /*La*/			
		case "LT":  /*Lithu*/			
		case "LU":  /*Luxemb*/			
		case "MT":  /*M*/			
		case "MC":  /*Mo*/			
		case "NL":  /*Netherl*/			
		case "PL":  /*Po*/			
		case "PT":  /*Port*/			
		case "RO":  /*Rom*/			
		case "SM":  /*San Ma*/			
		case "SK":  /*Slov*/			
		case "SI":  /*Slov*/			
		case "ES":  /*S*/			
		case "SE":  /*Sw*/
			//alert("Europe");
			window.location = "/_catalog_38570/Sex_Pills-EU";				
			break;
		default:				
			//alert("Rest of World");
			window.location = "/_catalog_58389/Sex_Pills";				
			break;	
	}
}

function recovery(country){		
	switch (country) {			
		case "NZ":
			//alert("NZ");
			window.location = "/_catalog_38365/Recovery-NZ";
			break;			
		case "AU":	
			//alert("AU");
			window.location = "/_catalog_38564/Recovery-AU";
			break;			
		case "US":
			//alert("US");
			window.location = "/_catalog_38584/Recovery-US";
			break;			
		case "GB":
			//alert("GB");
			window.location = "/_catalog_38578/Recovery-GB";
			break;
		case "AT":  /*Aus*/			
		case "BE":  /*Bel*/			
		case "CY":  /*Cy*/			
		case "CZ":  /*Czech Repub*/		
		case "DK":  /*Den*/			
		case "EE":  /*Est*/			
		case "FI":  /*Fin*/			
		case "FR":  /*Fr*/			
		case "DE":  /*Ger*/			
		case "GI":  /*Gibra*/			
		case "GR":  /*Gr*/			
		case "VA":  /*Vatican City S*/			
		case "HU":  /*Hun*/			
		case "IE":  /*Ire*/			
		case "IT":  /*I*/			
		case "LV":  /*La*/			
		case "LT":  /*Lithu*/			
		case "LU":  /*Luxemb*/			
		case "MT":  /*M*/			
		case "MC":  /*Mo*/			
		case "NL":  /*Netherl*/			
		case "PL":  /*Po*/			
		case "PT":  /*Port*/			
		case "RO":  /*Rom*/			
		case "SM":  /*San Ma*/			
		case "SK":  /*Slov*/			
		case "SI":  /*Slov*/			
		case "ES":  /*S*/			
		case "SE":  /*Sw*/
			//alert("Europe");
			window.location = "/_catalog_38572/Recovery-EU";				
			break;
		default:				
			//alert("Rest of World");
			window.location = "/_catalog_58388/Recovery";				
			break;	
	}
}