// ƒƒS
function term(arg){

/*ŠúŠÔŒÀ’è
Xmas            dirLogo="../images/term/xmas/";
Xmas            imgMap="5,98,107,114";
syougatu        dirLogo="../images/term/newyear_06/";
syougatu        imgMap="5,98,107,114";
setsubun        dirLogo="../images/term/setsubun/";
                dirLogo="../images/term/valentine/";
hinamatsuri     dirLogo="../images/term/hina/";
                h=116;
                imgMap="5,98,107,114";
winter					dirLogo="../images/";
								imgMap="58,64,163,81";
sakura		dirLogo="../images/term/sakura/";
			imgMap="5,98,107,114";
*/
	h=84;
		dirLogo="../images/";
		imgMap="58,64,163,81";
	w=189;
	imgName="logo_top.gif";
	imgNameCon="logo.gif";
if(arg=="top"){
	document.write('<img src="'+dirLogo+imgName+'" alt="“VŠO–‚‹«ŒöŽ®WEBƒTƒCƒg" width="'+w+'" height="'+h+'" border="0" usemap="#Map"><br>');
	document.write('<map name="Map">');
	document.write('<area shape="rect" coords="'+imgMap+'" href="JavaScript:addFavorite(\'- “VŠO–‚‹« ŒöŽ®ƒTƒCƒg -\');">');
	document.write('</map>');
}else if(arg=="contents"){
	document.write('<a href="../top/index.html"><img src="'+dirLogo+imgNameCon+'" alt="“VŠO–‚‹«ŒöŽ®WEBƒTƒCƒg" width="'+w+'" height="'+h+'" border="0" usemap="#Map"></a><br>');
}

// FOOTER”wŒi
	document.write('<style type="text/css">');
	document.write('.term_bg_top{');
//	document.write('background-image:url(../images/term/xmas/bg.gif);');
//	document.write('background-image:url(../images/spacer.gif);');
	document.write('}');
	document.write('</style>');
}






