﻿/**
 * @author tsubasa_saito
 */

// ROOTディレクトリ用　START
function get_headermenu(){
   	document.write('<div id="top_pr"></a></div>');
   	document.write('<div id="doshi_logo"><a href="http://www.doshi.co.jp/"><img src="img/button.png"></a></div>');
	document.write('<ul id="sitenavi">');
	document.write('<li><a href="top.html">トップ</a></li>');
	document.write('<li><a href="doshi.html">道志について</a></li>');
	document.write('<li><a href="news/news05.html">イベント情報</a></li>');
	document.write('<li><a href="fighters.html">所属選手</a></li>');
	document.write('<li><font color="red">登録選手</font></li>');
	document.write('</ul>');
}

function get_right_menu(){
   	document.write('<a href="http://www.d-spiral.tv/"><img src="img/D-Spa.jpg" alt="D-SPIRAL"></a><br>');
	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="touroku.html"><img src="img/banner1.jpg" alt="選手登録"></a><br>');
	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="contribution.html"><img src="img/banner2.jpg" alt="社会貢献活動"></a><br>');
	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="taisen.html"><img src="img/banner4.jpg" alt="道志との対戦申込み"></a><br>');
	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="http://www.ranse.info"><img src="img/banner6.jpg" alt="益荒男"></a><br>');
   	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="http://real-fight.net/"><img src="img/banner7.jpg" alt="REAL FIGHT"></a><br>');
   	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="http://www.rings.co.jp/"><img src="img/banner3.jpg" alt="アウトサイダー"></a><br>');
	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="http://www.team-d2.com/"><img src="img/d2.jpg" alt="TEAM D2"></a><br>');
	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="http://www.nagoya-kokuow.com"><img src="img/kokuow_banner.jpg" alt="黒王"></a><br>');
	document.write('<div style="height:10px;">　</div>');
  	document.write('<a href="http://ya-oh.jp/"><img src="img/banner8.jpg" alt="夜王"></a><br>');
	document.write('<div style="height:10px;">　</div>');
  	document.write('<a href="http://www.ugp.co.jp/"><img src="img/banner9.jpg" alt="UGP"></a><br>');
}

function get_footer(){
	document.write('<div id="footer">');
	document.write('　</div>');
}
// ROOTディレクトリ用　END


// newsページ用 START
function get_headermenu_news(){
   	document.write('<div id="top_pr"><img src="../img/top_pr20100808.jpg"></div>');
   	document.write('<div id="doshi_logo"><a href="http://www.doshi.co.jp/"><img src="../img/button.png"></a></div>');
	document.write('<ul id="sitenavi">');
	document.write('<li><a href="../top.html">トップ</a></li>');
	document.write('<li><a href="../doshi.html">道志について</a></li>');
	document.write('<li><a href="news05.html">イベント情報</a></li>');
	document.write('<li><a href="../fighters.html">所属選手</a></li>');
	document.write('<li><a href="../recruitment.html">登録選手</a></li>');
	document.write('</ul>');
}

function get_right_menu_news(){
   	document.write('<a href="http://www.d-spiral.tv/"><img src="../img/D-Spa.jpg" alt="D-SPIRAL"></a><br>');
	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="../touroku.html"><img src="../img/banner1.jpg" alt="選手登録"></a><br>');
	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="../contribution.html"><img src="../img/banner2.jpg" alt="社会貢献活動"></a><br>');
	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="../taisen.html"><img src="../img/banner4.jpg" alt="道志との対戦申込み"></a><br>');
	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="http://www.ranse.info"><img src="../img/banner6.jpg" alt="益荒男"></a><br>');
   	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="http://real-fight.net/"><img src="../img/banner7.jpg" alt="REAL FIGHT"></a><br>');
   	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="http://www.rings.co.jp/"><img src="../img/banner3.jpg" alt="アウトサイダー"></a><br>');
	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="http://www.team-d2.com/"><img src="../img/d2.jpg" alt="TEAM D2"></a><br>');
	document.write('<div style="height:10px;">　</div>');
   	document.write('<a href="http://www.nagoya-kokuow.com"><img src="../img/kokuow_banner.jpg" alt="黒王"></a><br>');
	document.write('<div style="height:10px;">　</div>');
  	document.write('<a href="http://ya-oh.jp/"><img src="../img/banner8.jpg" alt="夜王"></a><br>');
	document.write('<div style="height:10px;">　</div>');
  	document.write('<a href="http://www.ugp.co.jp/"><img src="../img/banner9.jpg" alt="UGP"></a><br>');
}
// newsページ用　END
