function selecturl(s) {
			var gourl = s.options[s.selectedIndex].value;	window.self.location.href = gourl;
		}
