// JavaScript Document

//検索ボタンを押下した時の処理
function KeywordSearch() {
return true;
/***
	document.keywordsearch.query.value = ""; //初期化
	
		SelectMode = document.keywordsearch.mode.options[document.keywordsearch.mode.selectedIndex].value;
//	alert(SelectMode);
	if(SelectMode > 0 && SelectMode < 999) //電子は除く
		{
		document.keywordsearch.action = "/01items/word/word.php";
		document.keywordsearch.submit();
		}
	else
	//サイト内検索
		{
		document.keywordsearch.query.value = document.keywordsearch.search_word.value;
		document.keywordsearch.method = "GET";
		document.keywordsearch.action = "/cgi-bin/namazu.cgi";
		document.keywordsearch.submit();
		}
***/
}


var preloadFlag = false;
function preloadImages() {
return true;
/***
	if (document.images) {
		preloadImagesTmp00243DF4();
		over_arrow = newImage('/index/arrow_on.gif');
		preloadFlag = true;
	}
***/
}

//MouseOver画像のプリロード
function preloadImagesTmp00243DF4() {
return true;
/***
	if (document.images) {
		over_head_01 = newImage('/index/head_01_on.gif');
		over_head_02 = newImage('/index/head_02_on.gif');
		over_head_03 = newImage('/index/head_03_on.gif');
		over_head_04 = newImage('/index/head_04_on.gif');
		over_middle_01 = newImage('/image/middle_01_on.gif');
		over_middle_02 = newImage('/image/middle_02_on.gif');
		over_middle_03 = newImage('/image/middle_03_on.gif');
		over_foot_01 = newImage('/image/foot_01_on.gif');
		over_foot_02 = newImage('/ image/foot_02_on.gif');
	}
***/
}