function go()
	{
		//location.href= document.dropdown.list.options[document.dropdown.list.selectedIndex].value
		window.open(document.dropdown.list.options[document.dropdown.list.selectedIndex].value, "new_window", "menubar=yes,toolbar=yes,directories=yes,location=yes,resizable=yes,scrollbars=yes,status=yes");
	}
	
	