function gourl(){
	URL=document.menu.list.options[document.menu.list.selectedIndex].value;
	location=URL;
}