function movePage() {
	var targeturl=document.getElementById("pulldown").value;
	document.location=targeturl;
}