// RIGHT SIDE BANNER
function bannerR() {
	document.write(
																''
/*		'<a href="/schedule/" title="The Blue Smith Show"><img src="/img/banner-bss081224.jpg" width="130" height="330" alt="The Blue Smith Show" style="margin-bottom: 3px;" /></a>'+
		'<a href="http://www.youtube.com/BlueUnRed" title="BLueSmith x John Blackwell" target="_blank"><img src="/img/banner-jb.jpg" width="130" height="330" alt="BlueSmith x John Blackwell" /></a>'*/
	)
}

// MENU
function menu() {
	document.write(
'<ul id="menu">'+
'<li id="menu1"><a href="/home.html" title="TOP">TOP</a></li>'+
'<li id="menu2"><a href="/about/index.html" title="ABOUT BlueSmith">ABOUT BlueSmith</a></li>'+
'<li id="menu3"><a href="/disco/index.html" title="DISCO">DISCO</a></li>'+
'<li id="menu4"><a href="/news/index.html" title="NEWS">NEWS</a></li>'+
'<li id="menu5"><a href="/schedule/index.html" title="SCHEDULE">SCHEDULE</a></li>'+
'<li id="menu6"><a href="/staff/" title="REPORT">REPORT</a></li>'+
'<li id="menu7"><a href="http://blog.livedoor.jp/bluesmith_kankawa/" title="BLOG" target="_blank">BLOG</a></li>'+
'<li id="menu8"><a href="/link/index.html" title="LINK">LINK</a></li>'+
'<li id="menu9"><a href="/shop/index.html" title="SHOP">SHOP</a></li>'+
'<li id="menu10"><a href="/contact/index.html" title="CONTACT">CONTACT</a></li>'+
'<li id="menu11"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=420501726" title="MYSPACE" target="_blank">MYSPACE</a></li>'+
'</ul>'
	)
}

// FOOTER
function footer() {
	document.write(
'<div id="bluesmithBanner"><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewArtist?id=296388180">iTunes Store</a></div>'+
'<div id="myspaceBanner"><a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=420501726" target="_blank">MySpace</a></div>'+
'<div id="mailMag">'+
'<div id="mailMagI">'+
'BlueSmith Mail Magazine<br />'+
'<form name="frmLMM" method="post" action="http://api.lolipop.jp/api/api.php?cmd=mm" target="_blank">'+
'<input type="hidden" name="account" value="organ"><input type="hidden" name="domain" value="mm.bluesmith.org">'+
'<input type="text" id="mmInput" style="width:130px;" name="user_mail">'+
'<input type="submit" id="mmRegist" name="join" value="登録">'+
'<input type="submit" id="mmUnregist" name="resign" value="解除">'+
'</form>'+
'</div>'+
'</div>'+
'<div id="copyright"></div>'
	)
}

// POP UP WINDOW

var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
