﻿// JavaScript Document
document.write('<div id="yw_page_top">');
document.write('           <div class="yw_lan_top28">');
document.write('<iframe src=" http://passport.jinluck.com/auth/publiclogin"  frameborder="no"  scrolling="no"  marginwidth="0" marginheight="0" width="748px" height="100%" style="overflow:hidden;"></iframe>')
document.write('            </div>');
document.write('            <!--蓝条结束-->   ');  
document.write('        	<div id="yw_topcenter">');
document.write('           	<div class="yw_logo"><a href="http://www.jinluck.com" target="_blank"><img src="images/yw_logo.gif" width="149" height="50" border="0" /></a></div>');
document.write('                <div class="yw_banner"><img src="images/yw_banner.gif" width="618" height="81" /></div>');
document.write('            </div>');
document.write('        	<!--logo行结束-->');
document.write('            <div class="yw_rednav">');
document.write('            	<div class="yw_rednavnr">');
document.write('					<ul>');
document.write('                    	<li><a href="http://www.jinluck.com" target="_blank">返回首页</a></li>');
document.write('                        <li><a href="gsjj.html" target="_blank">公司概况</a></li>');
document.write('                        <li><a href="hzjm.html" target="_blank">合作加盟</a></li>');
document.write('                        <li><a href="flsm.html" target="_blank">法律声明</a></li>');
document.write('                        <li><a href="ggfw.html" target="_blank">广告服务</a></li>');
document.write('                        <li><a href="yqlj.html" target="_blank">友情链接</a></li>');
document.write('                    </ul>');
document.write('            	</div>');
document.write('            </div>');
document.write('        	<!--红色导航结束-->');
document.write('        </div>');




function bgimgs(str,nul){
	if(str==nul){
		document.getElementById('menu'+nul).style.backgroundImage = "url('images/yw_nav_redbg.jpg')"; 
	}else{
		document.getElementById('menu'+str).style.backgroundImage = "url('images/yw_nav_redbg.jpg')"; 
		document.getElementById('menu'+nul).style.backgroundImage = ""; 
	}
}
function no(str,nul){
	document.getElementById('menu'+str).style.backgroundImage = ""; 
	document.getElementById('menu'+nul).style.backgroundImage = "url('images/yw_nav_redbg.jpg')"; 
}