function wordCheck(word){	if(!word || word=="" || word==" " || word=="　"){		alert("検索キーワードを入力してください");		return false;	}}function searchWrite(){	//改行入れると、IE6がわがままになる	document.write(''	+'<div id="searchBoxWrap"><form method=GET action="http://www.google.co.jp/search" style="margin:0px; padding:0px;" onSubmit="return wordCheck(this.q.value);"><input type="hidden" name="hl" value="ko" /><input type="hidden" name="ie" value="utf-8" /><input type="hidden" name="domains" value="http://www.wakasa-mikatagoko.jp/hangul/" /><input type="hidden" name="sitesearch" value="http://www.wakasa-mikatagoko.jp/hangul/" /><input type="text" name="q" maxlength="255" id="searchBoxT" value="" /><input type="submit" name="btnG" value="검색" id="searchBoxS" /></form></div>'	+'');}//文字サイズ変更//frefox, IE6, NN7, Opera7(Winは8),safari はOK!//NN4.7, MacIE5では無視される//上記以外未確認num = 0;size = 0;function mojiSize(num){	url = location.href	if(url.indexOf('https') > -1 ){		Dir = 'https://x241.secure.ne.jp/~x241020/';	}else{		Dir = 'http://www.wakasa-mikatagoko.jp/hangul/';	}	//文字の大きさの処理	if(num == 'normal'){		size = 0;	}else{		size += num;		if(size < -2){			size ++;		}		if(4 < size){			size --;		}	}	//CSS読替	if(document.getElementById('css1')){		document.getElementById('css1').href = Dir+'css_js/moji/'+size+'.css';	}}//宿泊用エリアマップ表示用mapNum = '';function mapWin(mapNo){	mapNum = mapNo;	//if(mapNo == 'A'){		mapW = 580;		mapH = 350;	//}	winW = mapW+30;	winH = mapH+70;	newin = window.open("areamap_ue.html","areamap","width="+winW+",height="+winH+",scrollbars=yes,resizable=yes");	if(newin && !newin.closed){		newin.focus();	}}