function selectCountry() {
	if (document.menuForm.country.value=='au')
	{ window.location.href = 'index_au.asp'; }
	else if (document.menuForm.country.value=='nz')
	{ this.location.href = 'http://www.enduroshield.com/en/where-to-buy/new-zealand.html'; }
	else if (document.menuForm.country.value=='za')
	{ this.location.href = 'http://www.enduroshield.com/en/where-to-buy/south-africa.html'; }
	else if (document.menuForm.country.value=='ca')
	{ this.location.href = 'http://www.enduroshield.com/en/where-to-buy/canada.html'; }
	else if (document.menuForm.country.value=='ph')
	{ this.location.href = 'http://www.enduroshield.com/en/where-to-buy/philippines.html'; }
	else if (document.menuForm.country.value=='sp')
	{ this.location.href = 'http://www.enduroshield.com/spanish/where-to-buy/spain.html'; }
	else if (document.menuForm.country.value=='cz')
	{ this.location.href = 'http://www.enduroshield.com/en/where-to-buy/czech-republic.html'; }
	else if (document.menuForm.country.value=='th')
	{ this.location.href = 'http://www.enduroshield.com/thai/where-to-buy/thailand.html'; }
	
}
