var ms = navigator.appVersion.indexOf("MSIE")
ie4 = (ms>0) && (parseInt(navigator.appVersion.substring(ms+5, ms+6)) >= 4)
var body='<script language="javascript" src="../inc/winreset.js"></script><body onload=init() leftmargin="0" topmargin="0" ><!--xxk--kang.kang@163.com-->'
body=body+'<table width="100%" align="left" height="100%" ><tr><td>  </td><td><table  border="0" cellpadding="5" cellspacing="0" width="100%" align="left" height="100%" ><tr><td valign="middle" align="center">'
javastr1=""
function showimage(image,title){ 
if(ie4){                      
if(title=="undefined")title="产品放大图片"   
about='about:<title >'+title+'----</title>'+body+'<img src='+image+' vspace="0" hspace="0"  ><p>'+title+'</td></tr><tr><td style="font-size:12px" align=center ><a href="javascript:window.close()">关闭窗口</a></td><tr></table></td><tr></table>'   
about=about+javastr1
window.open (about,"","width=500,height=400,top=100,left=150,resizable=yes,scrollbars=yes")      
}
else window.open (image,"","width=500,height=400,top=100,left=150,resizable=yes,scrollbars=yes") }   


function m_over(tr) {    
//菜单鼠标事件OVER    
tr.style.background='#54B8E2';tr.style.color='#ffffff';    
}    
function m_out(tr) {    
//菜单鼠标事件out    
tr.style.background='';tr.style.color='#000000';    
}    
   
function KBAddFavorite(theTit) {      
//加入收藏夹    
IE4=(document.all)? 1 : 0      
if (IE4) {      
theSite=window.location      
window.external.AddFavorite(theSite,document.title)      
}      
}    


