var pass = "";



/* メニュー変更 */

function chImg(img,name,on){

	if(on){

		img.src = pass+"img/btn_"+name+"_ovr.gif";

	}else{

		img.src = pass+"img/btn_"+name+".gif";

	}

}



/*ナビゲーション*/

function menu(page){



	var HTML ="";

	HTML += '<div class="navi_out">';

	HTML += '<div class="navi"><a href="'+pass+'index.html"><img src="'+pass+'img/btn_top.gif" width="146" height="34" alt="top" onmouseover="chImg(this,\'top\',true)" onmouseout="chImg(this,\'top\')" /><br /></a></div>';

	HTML += '<div class="navi"><a href="'+pass+'info/index.html"><img src="'+pass+'img/btn_info.gif" width="146" height="37" alt="information" onmouseover="chImg(this,\'info\',true)" onmouseout="chImg(this,\'info\')" /></a><br /></div>';

	HTML += '<div class="navi"><a href="'+pass+'disco/index.html"><img src="'+pass+'img/btn_disco.gif" width="146" height="37" alt="discography" onmouseover="chImg(this,\'disco\',true)" onmouseout="chImg(this,\'disco\')" /></a><br /></div>';

	HTML += '<div class="navi"><a href="'+pass+'profile/index.html"><img src="'+pass+'img/btn_pro.gif" width="146" height="36" alt="profile" onmouseover="chImg(this,\'pro\',true)" onmouseout="chImg(this,\'pro\')" /></a><br /></div>';

	HTML += '<div class="navi"><a href="'+pass+'message/index.html"><img src="'+pass+'img/btn_bbs.gif" width="146" height="36" alt="bbs" onmouseover="chImg(this,\'bbs\',true)" onmouseout="chImg(this,\'bbs\')" /></a><br /></div>';

	HTML += '<div class="navi"><a href="'+pass+'blog/index.html"><img src="'+pass+'img/btn_blog.gif" width="146" height="36" alt="blog" onmouseover="chImg(this,\'blog\',true)" onmouseout="chImg(this,\'blog\')" /></a><br /></div>';

	HTML += '<div class="navi"><a href="'+pass+'mobile/index.html"><img src="'+pass+'img/btn_mobile.gif" width="146" height="36" alt="mobile" onmouseover="chImg(this,\'mobile\',true)" onmouseout="chImg(this,\'mobile\')" /></a><br /></div>';

	HTML += '<div class="navi"><a href="'+pass+'special/index.html"><img src="'+pass+'img/btn_special.gif" width="146" height="36" alt="special" onmouseover="chImg(this,\'special\',true)" onmouseout="chImg(this,\'special\')" /></a><br /></div>';

//メールは別ウインド？？

	HTML += '<div class="navi"><a href="http://www.sonymusic.co.jp/Music/Mail/exp.php?ID=70004669" target="_blank"><img src="'+pass+'img/btn_mail.gif" width="146" height="36" alt="mail service" onmouseover="chImg(this,\'mail\',true)" onmouseout="chImg(this,\'mail\')" /></a><br /></div>';

	HTML += '<div class="navi"><a href="'+pass+'request/index.html"><img src="'+pass+'img/btn_request.gif" width="146" height="36" alt="request" onmouseover="chImg(this,\'request\',true)" onmouseout="chImg(this,\'request\')" /></a><br /></div>';

	HTML += '</div>';
	
	HTML += '<br class="clear" />';

	document.write(HTML);

}



/*logo*/

function logo(){

	var HTML ="";

	HTML += '<div class="left"><img src="'+pass+'img/logo.gif" width="210" height="180" alt="ONE DRAFT" /></div>';

	HTML += '<div class="left"><a href="../info/live.html" target="_top"><img src="'+pass+'img/logo_right.gif" width="690" height="86" alt="" /></a></div>';



	

	document.write(HTML);

}