<!--
	//フリーワードへセットフォーカスする //////////////////////////////
	function setFocus(){
		//alert("検索画面 フォーカズイベントを受理しました"); 
		with (document.kensaku ){
			freeword.focus();
		}
		 return(false);
	}
	

	//トップ検索画面　クリアボタン押下時 ////////////////////////////// 
    function fsearch_t_clear(lg){
		with (document.kensaku1 ){
			freeword.focus();
			freeword.value = "";
			
			if (lg == 'e') {
			    top.bottom.location.href = "search_t.php?lang=e";
			}
			else {
			    top.bottom.location.href = "search_t.php?lang=j";
			}
			
		}
		 return(false);
     }
	 
	 
	 
	//トップ検索画面　ヘルプボタン押下時 ////////////////////////////// 
    function fsearch_t_help(){
		with (document.kensaku1 ){
			action = 'help.php#r02';
			target="_blank"; 			
			submit();
			action ="";
			target=""; 			
		}
		 return(false);
     }
	 


	//簡易検索画面　クリアボタン押下時 ////////////////////////////// 
    function fsearch_s_clear(){
		//alert("簡略検索画面 クリアボタン押下を受理しました"); 
		with (document.kensaku ){
			freeword.value = "";
			action = 'search_s.php?search_sel=clear';
			submit();
		}
		 return(false);
     }

	//詳細検索画面　項目クリアボタン押下時 ////////////////////////////// 
    function fsearch_d_clear(){
		//alert("詳細検索画面 クリアボタン押下を受理しました"); 
		with (document.kensaku ){
			freeword.value = "";
        	shomei.value = "";
        	chosya.value = "";
			shuppansya.value = "";
			shuppannen1.value = "";
			shuppannen2.value = "";
			shuppanti.value = "";
			isbn.value = "";
			sh.value = "";
			gengo.value = "";
			shuppankoku.value = ""; 
			bunrui.value = "";
			seikyu_kigo1.value = "";
			seikyu_kigo2.value = "";
			seikyu_kigo3.value = "";
			toroku_no.value = "";
			ncid.value = "";
			action = 'search_d.php?search_sel=clear';
			submit();
		}
		 return(false);
     }

	 
	//詳細検索画面　webcatボタン押下時 ////////////////////////////// 
    function fsearch_d_webcat(){
		//alert("詳細検索画面 webcatボタン押下を受理しました"); 
		with (document.kensaku ){
			action = 'webcat.php';
			target="_blank"; 			
			method = 'post' ;
			submit();
			action ="";
			target=""; 			
		}
		 return(false);
     }
	 
	//簡易検索画面　項目クリアボタン押下時 ////////////////////////////// 
    function fsearch_s_webcat(){
		//alert("簡易検索画面 webcatボタン押下を受理しました"); 
		with (document.kensaku ){
			action = 'webcat.php';
			target="_blank"; 			
			method = 'post' ;
			submit();
			action ="";
			target=""; 			
		}
		 return(false);
     }
	 

    function fphpcall(){
		//alert("phpコール信を受理しました"); 
		window.open("php_test_9_help.php","_self");
		 return(true);
     }
	 
	function fhelp_bunrui_show() {
		window.open("tcls_cd.php","_self");
		 return(true);
	}
	
	function fhelp_gengo_show() {
		window.open("txtl.php","_self");
		 return(true);
	}
	
	function fhelp_keyword_show() {
		with (document.kensaku ){
			action = 'tcls_key_top.php','_self' ;
			method = 'post' ;
			submit();
		}
		 return(false);
	}
	
	function fhelp_shuppankoku_show()	{
		window.open("cntry.php","_self");
		 return(true);
	}
	
	//ブックマーク一覧ボタン押下時 //////////////////////////////
	function fsearch_bk_itiran(){
		//alert('bookmark!!');
		with (document.kensaku ){
			action = 'bookmark_itiran.php','_self' ;
			submit();
		}
		 return(false);
     }
	 
	//ブックマーククリアボタン押下時 //////////////////////////////
    function fsearch_s_bk_clear(){
		//alert('self_clear');
		with (document.kensaku ){
			action = 'search_s.php?btn_sel=del_all','_self' ;
			submit();
		}
		 return(false);
     }
	 
    function fsearch_d_bk_clear(){
		//alert('self_clear');
		with (document.kensaku ){
			action = 'search_d.php?btn_sel=del_all','_self' ;
			submit();
		}
		 return(false);
     }
	 
	 
	
	
    function fsel1(){
		history.go(-1);
		return(true);
    }
	
	 

//-->
