function menuSelect(frame,menu){
  eval(frame+".location='"+menu.options[menu.selectedIndex].value+"'");
}

var textArray=new Array()
textArray[0]="We only sell through authorised <i>Main Dealers</i> and resellers in the UK. If you do not live near an Astin Trew <i>Main Dealer</i> or reseller, we can supply your preferred dealer, or you can order directly from us with a 14 day money back guarantee.";
textArray[1]="We are actively looking for distribution in all countries where we are not presently represented.";

function menuText(val){
if (document.getElementById)
document.getElementById('text').innerHTML=[textArray[val]]
}

function menuReset(menu){
	switch(menu)
	{
		case 'uk': top.document.locations.uk[0].selected = true; break;
		case 'world': top.document.locations.world[0].selected = true; break;
	}
}
