function ChangePage(){
	url=document.pdmenu.select.value;
	if(url!="head"){
	//window.alert('TEST表示: '+url);
	
	location.href =url;
	}
	}
