// Hide MAINBODY
function closemainb() {
	document.getElementById('d1main_body').style.display='none';

	document.getElementById('closebtn').style.display='none';
	document.getElementById('openbtn').style.display='block';
}

function openmainb() {
	document.getElementById('d1main_body').style.display='block';

	document.getElementById('openbtn').style.display='none';
	document.getElementById('closebtn').style.display='block';
}





// MAIN LOGO
function d1logos() {
	document.write('<h1 id="sllogo"><a href="\/sl/index.html" title="Top Page"><img class="png_bg" src="\/d1\/images\/toppage\/d1sl_logo.png" alt="D1 STREET LEGAL" \/><\/a><\/h1>');
}



// SPONSOR BAR
function sponsors_frm() {
	document.write('<div id="sponsor_box" style="width: 1003px; height: 56px; background:none;"><iframe src="\/d1\/sponsors\/sponsor_barflashtopSl.html" name="sponsors_bar" id="sponsors_bar" border="0" frameborder="0" framespacing="0" scrolling="no" allowTransparency="true" style="margin: 0; padding: 0; width: 1003px; height: 56px;"><\/iframe><\/div>');
	document.write('<p style="position:fixed; top: 0; _top: 0; right: 0; z-index: 1000;"><a href="/index_top.html"><img class="png_bg" src="/images/toppage/gotoGP.png" alt="D1 GRAND PRIX" /></a></p><p style="position:fixed; top: 0; _top: 0; right: 0; z-index: 990; width: 100%; height: 2px; background:url(/images/toppage/gotoGP_head.png); background-repeat: repeat-x;"></p>');
}



// PAGE FOOTER
function ___pgfooter() {
	document.write('<div id="d1footer"><p>Copyright 2010 &nbsp;D1 CORPORATION All Rights Reserved.<\/p><\/div>');
}

// PAGE FOOTER
function pgfooter() {
	document.write('<div id="d1footer" class="fltclr"><p class="ft_copy">Copyright 2010 &nbsp;D1 CORPORATION All Rights Reserved.<\/p>');
	document.write('<p class="ft_back"><a class="png_bg" href="#BACK" onclick="history.back();return false" title="BACK">BACK<\/a><\/p>');
	document.write('<p class="ft_home"><a class="png_bg" href="\/d1\/sl\/index.html" title="HOME">HOME<\/a><\/p><\/div>');
}

function pgfooter_n() {
	document.write('<div id="d1footer" class="fltclr"><p class="ft_copy">');
	document.write('<a href="\/d1\/user\/index.html">D1 ユーザーデスク<\/a>&nbsp;|&nbsp;<a href="\/d1\/aboutD1\/outline.html">株式会社D1コーポレーション<\/a>&nbsp;|&nbsp;&nbsp;');
	document.write('Copyright 2010 &nbsp;D1 CORPORATION All Rights Reserved.<\/p><\/div>');
}




// ROUND BADGE 2
function rndbadge2() {
	document.write('<!-- <div class="d1rd_badge2" style="left:360px; top:10px; width:233px;"><a href="\/d1\/gp\/gp2010\/index.html" title="D1GP" ><img class="png_bg" src="\/d1\/gp\/gp_img\/10series\/10cal_badge_s.png" alt="Next Round" style="margin: 5px 0 0 0; vertical-align:top;" \/></a><\/div> -->');
}

function rndbadge3() {
	document.write('<div class="d1rd_badge2" style="left:265px; top:10px;"><a href="\/d1\/gp\/gp2010\/index.html" title="D1GP" ><img class="png_bg" src="\/d1\/gp\/gp_img\/10series\/10cal_badge_e.png" alt="Next Round" style="margin: 5px 0 0 50px; vertical-align:top;" \/></a><\/div>');
}


// CLOSE MAINBODY
function closebody() {
	document.write('<div class="close_mainbody"><a id="closebtn" href="#" onclick="closemainb();return false;" title="CLOSE">&times;<\/a>');
	document.write('<a id="openbtn" href="#" onclick="openmainb();return false;" title="OPEN" style="display:none;">+<\/a><\/div>');
}






