<!--
	function OpenWin(url,w,h) { 
		windowfeatures = "width=" + w + ",height=" + h + ",scrollbars=yes,resizable=yes"; 
		open(url, "", windowfeatures); 
	}
function ToAncher(){
	if(document.formname.selectName.options[document.formname.selectName.selectedIndex].value != 0){
		location.href = document.formname.selectName.options[document.formname.selectName.selectedIndex].value;
		//選択ボタンでも呼出せます。使い勝手の良い方法を選んで下さい。
//		document.formname.selectName.selectedIndex=0;
		//選択ボタンでも呼出せます。使い勝手の良い方法を選んで下さい。
	}
}
//-->

