function jumpTo(){
	var id=this.value;
	this.value="";
	if(id!=""){
		window.location=document.getElementsByTagName("BASE")[0].href+"default.aspx?page="+id;
	}
}
