var img = new Array();
var imgdir = 'http://ssn.web.infoseek.co.jp/image/'
//var imgdir = 'image/'

Init();

function Init(){

	var imgfile = new Array();
	
	imgfile[0] = 'menu.over.profile.gif';
	imgfile[1] = 'menu.over.mail.gif';
	imgfile[2] = 'menu.over.bookmark.gif';
	imgfile[3] = 'menu.over.games.gif';
	imgfile[4] = 'menu.over.home.gif';
	
	imgfile[5] = 'menu.profile.gif';
	imgfile[6] = 'menu.mail.gif';
	imgfile[7] = 'menu.bookmark.gif';
	imgfile[8] = 'menu.games.gif';
	imgfile[9] = 'menu.home.gif';

	for(i=0;i<10;i++){
		img[i]=new Image();
		img[i].src =imgdir+imgfile[i];

	}	
}
function ImageChange( num, objImage ){
	objImage.src = img[num].src;
}

function HtmlHeader( page ){

	document.write("<table border=0 bgcolor='#11267F' background='"+ imgdir +"b_bghead.jpg' width='775' height='80' style='width:775px;height:80px;' cellpadding=0 cellspacing=0>");
	document.write("<tr>");
	document.write("<td>");

	document.write("<!--<a href='http://ssn.web.infoseek.co.jp/'>--><img src='"+ imgdir +"g_titlelogo.jpg' border=0 alt='サンスピリッツネット'><!--</a>-->");

	document.write("</td>");

	document.write("<td align='right' valign='bottom'>");
	document.write("<table border=0 cellpadding=0 cellspacing=0 width=475>");
	document.write("<tr valign=bottom>");

	document.write("<td><img src='"+ imgdir +"sp.gif' border=0 width=48></td>");
/*
	// INFORMATION
	if( page == 'info' ){
		document.write("<td><img src='"+ imgdir +"menu.over.info.gif' border=0 alt='当サイトの最新情報等'></td>");
	}else{
		document.write("<td><a href='http://ssn.web.infoseek.co.jp/info.html'><img src='"+ imgdir +"menu.info.gif' border=0 alt='当サイトの最新情報等' onMouseOver=ImageChange(4,this) onMouseOut=ImageChange(9,this)></a></td>");
	}
*/

	// HOME
	document.write("<td><a href='http://ssn.web.infoseek.co.jp/'><img src='"+ imgdir +"menu.home.gif' border=0 alt='トップページ' onMouseOver=ImageChange(4,this) onMouseOut=ImageChange(9,this)></a></td>");

	document.write("<td><img src='"+ imgdir +"sp.gif' border=0 width=35></td>");

	// PROFILE
	if( page == 'profile' ){
			document.write("<td><img src='"+ imgdir +"menu.over.profile.gif' border=0 alt='プロフィール'></td>");
	}else{
		document.write("<td><a href='http://ssn.web.infoseek.co.jp/profile/m_profile.html'><img src='"+ imgdir +"menu.profile.gif' border=0 alt='プロフィール' onMouseOver=ImageChange(0,this) onMouseOut=ImageChange(5,this)></a></td>");
	}

	document.write("<td><img src='"+ imgdir +"sp.gif' border=0 width=35></td>");

	// GAMES
	if( page == 'playland' ){
		document.write("<td><img src='"+ imgdir +"menu.over.games.gif' border=0 alt='サンスピリッツネットゲームズ'></td>");
	}else{
		document.write("<td><a href='http://ssn.web.infoseek.co.jp/playland/m_playland.html'><img src='"+ imgdir +"menu.games.gif' border=0 alt='サンスピリッツネットゲームズ' onMouseOver=ImageChange(3,this) onMouseOut=ImageChange(8,this)></a></td>");
	}

	document.write("<td><img src='"+ imgdir +"sp.gif' border=0 width=35></td>");
/*
	// BOOKMARK
	document.write("<td><a href='javascript:void();'><img src='"+ imgdir +"menu.bookmark.gif' border=0 alt='お気に入り' onMouseOver=ImageChange(2,this) onMouseOut=ImageChange(7,this)></a></td>");

	document.write("<td><img src='"+ imgdir +"sp.gif' border=0 width=35></td>");
*/	
	// MAIL
	if( page == 'mail' ){
		document.write("<td><img src='"+ imgdir +"menu.over.mail.gif' border=0 alt='メール'></td>");
	}else{
		document.write("<td><a href='http://ssn.web.infoseek.co.jp/mail/contact.html'><img src='"+ imgdir +"menu.mail.gif' border=0 alt='メール' onMouseOver=ImageChange(1,this) onMouseOut=ImageChange(6,this)></a></td>");
	}

/*
	// CONTACT
	if( page == 'mail' ){
		document.write("<td><img src='"+ imgdir +"menu.over.contact.gif' border=0 alt='コンタクト'></td>");
	}else{
		document.write("<td><a href='http://ssn.web.infoseek.co.jp/mail/contact.html'><img src='"+ imgdir +"menu.contact.gif' border=0 alt='コンタクト' onMouseOver=ImageChange(1,this) onMouseOut=ImageChange(6,this)></a></td>");
	}
*/	
/*		
	// BLOG
	if( page == 'blog' ){
		document.write("<td><img src='"+ imgdir +"menu.over.blog.gif' border=0 alt='ブログ'></td>");
	}else{
		document.write("<td><a href='http://ssn.web.infoseek.co.jp/cgi-bin/weblog/index.cgi' target=top><img src='"+ imgdir +"menu.blog.gif' border=0 alt='ブログ' onMouseOver=ImageChange(1,this) onMouseOut=ImageChange(6,this)></a></td>");
	}
	*/
	/*
	// BBS
	if( page == 'bbs' ){
		document.write("<td><img src='"+ imgdir +"menu.over.bbs.gif' border=0 alt='けいじばん'></td>");
	}else{
		document.write("<td><a href='http://ssn.web.infoseek.co.jp/cgi-bin/bbs/index.cgi'><img src='"+ imgdir +"menu.bbs.gif' border=0 alt='けいじばん' onMouseOver=ImageChange(1,this) onMouseOut=ImageChange(6,this)></a></td>");
	}
	*/

	document.write("<td><img src='"+ imgdir +"sp.gif' border=0 width=45></td>");

	document.write("</tr></table>");
	document.write("</td></tr></table>");

	return;
}

function HtmlFooter(){

	document.write("<table border=0 bgcolor='#11267F' background='"+ imgdir +"b_bgfoot.jpg' width='775' height='50' style='width:775px;height:50px;margin:0px;padding:0px;' cellpadding=0 cellspacing=0>");
	document.write("<tr><td>");
	
	document.write("<div style='font-size:10pt;color:white;' align='right'>");
	document.write("<font color='#ffffff'>Copyright&copy; 2002-2009 Kousei.U All Rights Reserved.&nbsp;&nbsp;@リンクはご自由に</font>&nbsp;&nbsp;");
	document.write("</div>");
	
	document.write("</td></tr></table>");

}

