//·ÖÒ³
function page(id){
	if(document.getElementById(id).value!="0") {
		window.open(document.getElementById(id).value,"_self");
	}
  }