function getManual()
{
	f = document.Form1;
	if (f.manual.selectedIndex!=0)
	{
		//url = "http://localhost/Stoneridge_Aftermarket/" + f.manual.options[f.manual.selectedIndex].value;
		//url = "http://www.optac.info/after-dev/" + f.manual.options[f.manual.selectedIndex].value;
		url = "http://www.stoneridge-electronics.co.uk/" + f.manual.options[f.manual.selectedIndex].value;
		link = window.open(url,"manual","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600,left=40,top=50");
	}
}
