function Goto1()
{
	var URL = document.form1.select1.options[document.form1.select1.selectedIndex].value;
	window.location.href = URL
}
