
function openPopup( url , name , xs, ys ){
	    window.open(url ,name,'location=no, directories=no,resizable=no, status=no, toolbar=no, menubar=no, width='+xs+' , height='+ys+', scrollbars=no')
} 

function openWIN( url , name , xs, ys ){
	window.open(url ,name,'location=no, directories=no,resizable=no, status=no, toolbar=no, menubar=no, width='+xs+' , height='+ys+', scrollbars=yes'); 
}

function AreYouOK(ms)
 {
  return confirm(ms)
 }

function InsteadPic_Menu(Pid,Purl)
{
	Pid.src=Purl;
}

function Turnit(ss)
{
 if (ss.style.display=="none") 
  {ss.style.display="";
//   bb.src="images/companyLeftMenuPlusoff.gif";
  }
 else
  {ss.style.display="none"; 
//   bb.src="images/companyLeftMenuPlus.gif";
  }
}


// 页面顶部
function Show_Head(){

document.writeln("<table width=\"760\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"images/top_y_bg.gif\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"618\" height=\"24\"></td>");
document.writeln("    <td width=\"142\"><font color=\"#000000\"><a href=\"http://www.riyuelamp.com:668\"><img src=\"images/language_eng.gif\" width=\"47\" height=\"12\" border=\"0\"></a><img src=\"images/language_line.gif\" width=\"38\" height=\"12\" border=\"0\"><a href=\"#\" onClick=\"window.external.AddFavorite('http://www.riyuelamp.com','日月照明');return false\"><img src=\"images/language_chn.gif\" width=\"47\" height=\"12\" border=\"0\"></a></font></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("<table width=\"760\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\">");
document.writeln("  <tr>");
// document.writeln("    <td width=\"320\" height=\"114\"><img src=\"images/top_title1.gif\" width=\"320\" height=\"114\"></td>");

document.writeln("    <td background=\"images/flash_bg.jpg\">");
document.writeln("            <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"760\" height=\"114\">");
document.writeln("              <param name=\"movie\" value=\"images/logo_flash.swf\">");
document.writeln("              <param name=\"quality\" value=\"high\">");
document.writeln("			    <param name=\"wmode\" value=\"transparent\">");
document.writeln("              <param name=menu value=false><param name=\"SCALE\" value=\"exactfit\">");
document.writeln("              <embed src=\"images/pic_flash.swf\" width=\"320\" height=\"114\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" scale=\"exactfit\"></embed>");
document.writeln("            </object>");
document.writeln("    </td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("<table width=\"760\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"images/menubar_bg.gif\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"210\"><img src=\"images/menubar_left.gif\" width=\"210\" height=\"30\"></td>");
document.writeln("    <td width=\"550\"><font color=\"#FFFFFF\">");
document.writeln(" <a href=\"../index.htm\" class=\"a1\">HOME</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.writeln(" <a href=\"aboutus.htm\" class=\"a1\">About us</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.writeln(" <a href=\"products.htm\" class=\"a1\">Product</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.writeln(" <a href=\"aboutus_02.htm\" class=\"a1\">Instrument</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.writeln(" <a href=\"aboutus_03.htm\" class=\"a1\">Honour</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.writeln(" <a href=\"contact.htm\" class=\"a1\">Contact us</a>&nbsp;&nbsp;|&nbsp;&nbsp;");
document.writeln(" <a href=\"../aboutus.htm\" class=\"a1\">中文版</a>");
document.writeln(" </font></td>");
document.writeln(" </tr>");
document.writeln("</table>");

}

// 页面底部
function Show_Foot(){

document.writeln("<table width=\"760\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"200\" height=\"42\" background=\"images/foot_bg_blue.gif\" align=center><font class=\"Text7pt\"><font color='#FFFFFF'>powered by <a href='http://www.zoue.com' target='_blank'><font color='#FFFFFF'>www.zoue.com</font></a></font></font></td>");
document.writeln("    <td width=\"60\"><img src=\"images/foot_mid.gif\" width=\"60\" height=\"42\"></td>");
document.writeln("    <td width=\"500\" background=\"images/foot_bg_yellow.gif\"><font class=\"Text7pt\">Copyright (c) 2004-2005 JiangSu Riyue Street Lamp Produce Co.,Ltd. All Rights Reserved.</font></td>");
document.writeln("  </tr>");
document.writeln("</table>");

}

