//文字サイズ変更用 css & js
document.write (
	'<LINK href="/css/FsM.css" type="text/css" rel="stylesheet">\n'
	+'<LINK title=FsS href="/css/FsS.css" type="text/css" rel="alternate stylesheet">\n'
	+'<LINK title=FsM href="/css/FsM.css" type="text/css" rel="alternate stylesheet">\n'
	+'<LINK title=FsL href="/css/FsL.css" type="text/css" rel="alternate stylesheet">\n'
	+'<SCRIPT src="/js/styleswitcher.js" type="text/javascript"></SCRIPT>\n'
);

//共通ヘッダ画像
var mypict="/img/header0.jpg";

//サイト内検索 & まるごと検索
function sarchURL()
{
	var myURL;
	if (document.formSerch.sitesearch[0].checked) {
		myURL="http://www.google.co.jp/custom";
	}else{
		myURL="http://www1.mboso-etoko.jp/cgi-bin/nansoo.pl";
	}
	document.formSerch.action =myURL;
	document.formSerch.target ="_top";
	document.formSerch.submit;
}

function sarchwrite() {
var myURL="http://www.mboso-etoko.jp";
var valueG ="mboso-etoko.jp";

	document.write (
	'	<form name="formSerch" action="#" onSubmit="sarchURL()" style="margin-top:3px;">\n'
	+'	 　\n'
	+'	 <input type=hidden name=hl value="ja">\n'
	+'	 <input type=hidden name=ie value="Shift_JIS">\n'
	+'	 <input type=hidden name=cof value="AWFID:FSja93c8c41d7167bf90;S:'+myURL+'/;GL:0;AH:left;LH:40;L:'+myURL+'/top/images/googlehead.jpg;LW:735;T:#222222;GFNT:#7777CC;">\n'
	+'	 <input type=hidden name=domains value="'+valueG+'">\n'
	+'	 <input type="hidden" name="whence" value="0">\n'
	+'	  <label><input type="text" name="query" size="17" value=""></label>\n'
	+'	 <input type="submit" value="検索" name="submit">\n'
	+'	 <input type="radio" name="sitesearch" value="'+valueG+'" checked id="r1">\n'
	+'	 <label for="r1">サイト内検索Google</label> \n'
	+'	 <input type="radio" name="sitesearch" value="r2" id="r2">\n'
	+'	 <label for="r2">南房総まるごと検索 </label> \n'
	+'	</form>\n'
	);
}
