

//顶边的Logo在菜单上
function TopLogoA1(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA1">');
document.write ('<TR><TD width=100%>');
document.write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="766" height="142" id="bslogo" align="middle">');
document.write ('<param name="allowScriptAccess" value="sameDomain" />');
document.write ('<param name="movie" value="../img/banner3.swf" />');
document.write ('<param name="quality" value="high" />');
document.write ('<param name="bgcolor" value="#e3e2e8" />');
document.write ('<embed src="../img/banner3a.swf" quality="high" bgcolor="#e3e2e8" width="766" height="194" name="bslogo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write ('</object>');
document.write ('</TD></TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
function TopLogoA2(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA2">');
document.write ('<TR>');
document.write ('<TD width=198 align="center"><IMG src="../img/bossiLogo.gif"></TD>');
document.write ('<TD align="center"><IMG src="../img/banner-3.jpg" width=480 height=80></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
function TopLogoA3(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 class="TopLogoA3">');
document.write ('<TR>');
document.write ('<TD width=250 align="center"><IMG src="../img/bossiLogo.GIF"></TD>');
//document.write ('<TD align="center"><IMG src="../img/banner-3.jpg" width=480 height=80></TD>');
document.write ('<TD align="center">');
document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="538" height="80" >');
document.write ('<param name="movie" value="../img/banner3.swf">');
document.write ('<param name="quality" value="high"><param name="wmode" value="transparent"> ');
document.write ('<embed src="../img/banner3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"  width="538" height="80"></embed>');
document.write ('</object>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
  
}
function TopLogoA4(){

document.write ('<table id="__01" width="1004" height="142" border="0" cellpadding="0" cellspacing="0">');
document.write ('<tr>');
document.write ('<td>');
document.write ('<img src="../images/top-new_01.gif" width="379" height="142" alt=""></td>');
document.write ('<td>');
document.write ('<img src="../images/top-new_02.gif" width="32" height="142" alt=""></td>');
document.write ('<td width="566" height="142">');



 var focus_width=566; //flash宽度定义
 var focus_height=142;//flash高度定义
 var text_height=0; //标题文字行高定义
 var swf_height = focus_height+text_height; 
 
 var pics='../image/TOPpic1.jpg|../image/TOPpic2.jpg|../image/TOPpic3.jpg';
 var links='';
 var texts='';

 document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="../image/swflash.cab#version=6,0,0,0" width="'+ focus_width +'"height="'+ swf_height +'">');
 document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="../image/pixviewer2.swf"><param name="quality" value="high"><param name="bgcolor" value="#DADADA">');
 document.write('<param name="menu" value="false"><param name=wmode value="/opaque">');
 document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
 document.write('<embed src="image/pixviewer2.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#DADADA" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>'); 

document.write ('</td>');
document.write ('<td>');
document.write ('<img src="../images/top-new_04.gif" width="27" height="142" alt=""></td>');
document.write ('</tr>');
document.write ('</table>');



}


//顶边的Logo在菜单下
function TopLogoB1(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 border=0 class="TopLogoB1">');
document.write ('<TR>');
document.write ('<TD><IMG src="../img/1x1_pix.gif" width=3 height=1></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}

//低边的Logo在中部下
function FootLogoC1(){
document.write ('<DIV align="center">');
document.write ('<TABLE cellPadding=0 cellSpacing=0 border=0 class="FootLogoC1">');
document.write ('<TR>');
document.write ('<TD><IMG src="../img/1x1_pix.gif" width=3 height=1></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</DIV>');
}

