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