function etangNavigate(url)
{
	document.location = url;
}
function getGNBLinkColor(moduleID)
{
	if (moduleID == "dglt") return "#42829C";
	if (moduleID == "awtj") return "#A5B600";
	if (moduleID == "jlb") return "#189EA5";
	if (moduleID == "duanxin") return "#00AEC6";
	if (moduleID == "xuexi") return "#739E2A";
	if (moduleID == "youju") return "#219642";
	if (moduleID == "zhmai") return "#219743";
	if (moduleID == "dwxx") return "#CE7921";
	if (moduleID == "caixin") return "#00AEC6";
	if (moduleID == "renwu") return "#BC21CE";	
	if (moduleID == "M_E") return "#214D94";		
	return "#C64142";
}

  function getGNBLayerColor(moduleID)
  {
	return "#ffffff";
  }

  function getGNBLayerHighlightColor(moduleID)
  {
	  if (moduleID == "dglt") return "#42829C";
	  if (moduleID == "awtj") return "#A5B600";
	  if (moduleID == "jlb") return "#189EA5";
	  if (moduleID == "duanxin") return "#00AEC6";
	  if (moduleID == "xuexi") return "#739E2A";
	  if (moduleID == "youju") return "#219642";
	  if (moduleID == "zhmai") return "#219743";
	  if (moduleID == "dwxx") return "#CE7921";
	  if (moduleID == "caixin") return "#00AEC6";
	  if (moduleID == "renwu") return "#BC21CE";
	  if (moduleID == "M_E") return "#214D94";	
	  return "#C64142";	  
  }

  function generateGNBLayerMenu(moduleID, subMenu, menuID, strOption)
  {
    if (subMenu[0].substr(0, 7) == "http://")
      var href = "javascript:etangNavigate('"+subMenu[0].replace(/'/g, '\\\'')+"');"
    else
      var href = subMenu[0];

    if (subMenu[2] == "normal")
      return "<TD "+strOption+" ONMOUSEOVER=\"javascript:highlightLayer('"+moduleID+"', '"+menuID+"')\" ONMOUSEOUT=\"javascript:restoreLayer('"+moduleID+"', '"+menuID+"')\" ONMOUSEDOWN=\""+href+"\" STYLE=\"cursor:hand\" CLASS=gnbSubMenu>&nbsp;<SPAN ID=text_"+menuID+" class=\"menu_font\">" + subMenu[1] + "</SPAN>&nbsp;&nbsp;</TD>";
    else if (subMenu[2] == "special")
      return "<TD "+strOption+" ONMOUSEOVER=\"javascript:highlightLayer('"+moduleID+"', '"+menuID+"');document.all.arrow_"+menuID+".color='#FFFFFF';\" ONMOUSEOUT=\"javascript:restoreLayer('"+moduleID+"', '"+menuID+"');document.all.arrow_"+menuID+".color='#BFBFBF';\" ONMOUSEDOWN=\""+href+"\" STYLE=\"cursor:hand\" CLASS=gnbSubMenu>&nbsp;<SPAN ID=text_"+menuID+"><FONT ID=arrow_"+menuID+" COLOR=#BFBFBF style='font-size:8pt;'>⒑</FONT>" + subMenu[1] + "</SPAN>&nbsp;&nbsp;</TD>";
    else
      return "<TD "+strOption+" ONMOUSEOVER=\"javascript:highlightLayer('"+moduleID+"', '"+menuID+"')\" ONMOUSEOUT=\"javascript:restoreLayer('"+moduleID+"', '"+menuID+"');document.all.text_"+menuID+".style.color='#646464';\" ONMOUSEDOWN=\""+href+"\" STYLE=\"cursor:hand; color:#646464;\" CLASS=gnbSubMenu ALIGN=right>&nbsp;<SPAN ID=text_"+menuID+"><b>more <FONT SIZE=-2>&gt;</FONT></b></SPAN>&nbsp;&nbsp;</TD>";
  }

  function generateGNBLayerTop(moduleID, subMenu, bgcolor, menuID)
  {
    document.writeln(
"<TR VALIGN=bottom HEIGHT=1>"+
  "<TD ROWSPAN=2 BGCOLOR=#717171></TD>"+
  "<TD ID="+menuID+" BGCOLOR="+bgcolor+" ROWSPAN=2 COLSPAN=3></TD>"+
  generateGNBLayerMenu(moduleID, subMenu, menuID, 'ID='+menuID+' BGCOLOR='+bgcolor+' ROWSPAN=2')+
  "<TD ID="+menuID+" BGCOLOR="+bgcolor+" ROWSPAN=2 COLSPAN=2></TD>"+
  "<TD ROWSPAN=2 BGCOLOR=#717171></TD>"+
  "<TD></TD>"+
"</TR>"+

"<TR BGCOLOR="+bgcolor+" VALIGN=bottom HEIGHT=17>"+
  "<TD BGCOLOR=#333333></TD>"+
"</TR>");
  }

  function generateGNBLayerCommon(moduleID, subMenu, bgcolor, menuID)
  {
	  /*
    document.writeln(
"<TR ID="+menuID+" BGCOLOR="+bgcolor+" VALIGN=bottom HEIGHT=18>"+
  "<TD BGCOLOR=#717171></TD>"+
  "<TD COLSPAN=3></TD>"+
  generateGNBLayerMenu(moduleID, subMenu, menuID, '')+
  "<TD COLSPAN=2></TD>"+
  "<TD BGCOLOR=#717171></TD>"+
  "<TD BGCOLOR=#333333></TD>"+
"</TR>");
	*/
	document.writeln("<TR ID="+menuID+" BGCOLOR="+bgcolor+" VALIGN=bottom HEIGHT=18>");
	document.writeln(generateGNBLayerMenu(moduleID, subMenu, menuID, ''));
	document.writeln("</tr>");
  }

  function generateGNBLayerBottom(moduleID, subMenu, bgcolor, menuID)
  {
    document.writeln(
"<TR ID="+menuID+" BGCOLOR="+bgcolor+" VALIGN=bottom HEIGHT=16>"+
  "<TD BGCOLOR=#717171></TD>"+
  "<TD></TD>"+
  "<TD ROWSPAN=2></TD>"+
  "<TD ROWSPAN=3></TD>"+
  generateGNBLayerMenu(moduleID, subMenu, menuID, 'ROWSPAN=3')+
  "<TD ROWSPAN=2></TD>"+
  "<TD></TD>"+
  "<TD BGCOLOR=#717171></TD>"+
  "<TD ROWSPAN=2 BGCOLOR=#333333></TD>"+
"</TR>"+

"<TR HEIGHT=1>"+
  "<TD ROWSPAN=2></TD>"+
  "<TD ROWSPAN=2 BGCOLOR=#717171></TD>"+
  "<TD ROWSPAN=2 BGCOLOR=#717171></TD>"+
  "<TD ROWSPAN=2 BGCOLOR=#333333></TD>"+
"</TR>"+

"<TR HEIGHT=1>"+
  "<TD BGCOLOR=#717171></TD>"+
  "<TD BGCOLOR=#717171></TD>"+
  "<TD></TD>"+
"</TR>");
  }
  
  function generateGNBLayerLine()
  {
    document.writeln(
"<TR BGCOLOR=#D3D3D3 HEIGHT=1>"+
  "<TD BGCOLOR=#717171></TD>"+
  "<TD COLSPAN=6></TD>"+
  "<TD BGCOLOR=#717171></TD>"+
  "<TD BGCOLOR=#333333></TD>"+
"</TR>");
  }

  function generateGNBLayer(moduleID, subMenus)
  {
    var bgcolor = getGNBLayerColor(moduleID);

    document.writeln(
"<DIV ID=gnb_layer_"+moduleID+"  ONMOUSEOVER=\"javascript:showSubMenuLayer('"+moduleID+"')\" ONMOUSEOUT=\"javascript:hideSubMenuLayer('"+moduleID+"')\" STYLE=\"position:absolute; display:none; z-index:99\">");

	document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> ");
document.write(" <tr> ");
document.write(" <td> ");
document.write(" <table border=\"0\" style=\"border: 1 solid #999999\" cellspacing=\"0\" cellpadding=\"0\"> ");
document.write(" <tr> ");
document.write(" <td width=\"100%\" valign=\"top\" class=\"font\"> ");
document.write(" <table width=\"100%\" height=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"0\">");

    var isSpecial = false;
    var bgcolor = '#FFFFFF';

    for (key in subMenus)
    {
//      if (subMenus[key][2] != 'normal')
//        bgcolor = "#F8F8F3";
//      else if (key % 2 == 0)
        bgcolor = getGNBLayerColor(moduleID);
//      else
 //       bgcolor = "#FFFFFF";

//      if (subMenus[key][2] != 'normal' && !isSpecial)
//      {
//        generateGNBLayerLine();
//        isSpecial = true;
 //     }

//      if (key == subMenus.length - 1)
//        generateGNBLayerBottom(moduleID, subMenus[key], bgcolor, "gnb_layer_"+moduleID+"_"+key);
//      else if (key == 0)
//        generateGNBLayerTop(moduleID, subMenus[key], bgcolor, "gnb_layer_"+moduleID+"_"+key);
//      else
        generateGNBLayerCommon(moduleID, subMenus[key], bgcolor, "gnb_layer_"+moduleID+"_"+key);
    }
document.write("</table></td> ");
document.write(" </tr> ");
document.write(" </table></td> ");
document.write(" <td rowspan=\"2\" valign=\"top\" background=\"http://www.shdoulton.cn/kuai.gif\"><img src=\"http://www.shdoulton.cn/dian.gif\" width=\"2\" height=\"2\"></td> ");
document.write(" </tr> ");
document.write(" <tr> ");
document.write(" <td background=\"http://www.shdoulton.cn/kuai.gif\"><img src=\"http://www.shdoulton.cn/dian.gif\" width=\"2\" height=\"2\"></td> ");
document.write(" </tr> ");
document.write(" </table>");
//	document.writeln("</TABLE>")
document.writeln("</div>")
		/*
    document.writeln(
  "<TR HEIGHT=1>"+
    "<TD COLSPAN=2></TD>"+
    "<TD BGCOLOR=#333333></TD>"+
    "<TD COLSPAN=2 BGCOLOR=#717171></TD>"+
    "<TD COLSPAN=3 BGCOLOR=#333333></TD>"+
    "<TD></TD>"+
  "</TR>"+

  "<TR HEIGHT=1>"+
    "<TD COLSPAN=4></TD>"+
    "<TD COLSPAN=2 BGCOLOR=#333333></TD>"+
    "<TD COLSPAN=3></TD>"+
  "</TR>"+

"</TABLE>"+
"</DIV>");*/
  }

  var originalLayerBGColor;
  var originalLayerFontColor;

  function highlightLayer(moduleID, menuID)
  {
    //showSubMenuLayer(moduleID);
    originalLayerBGColor = document.getElementById(menuID).bgColor;
    var colMenu = document.getElementsByName(menuID);
    for (var i=0; i<colMenu.length; i++)
      colMenu[i].bgColor = getGNBLayerHighlightColor(moduleID);
    document.all("text_"+menuID).style.color = "#FFFFFF";
  }

  function restoreLayer(moduleID, menuID)
  {
    //hideSubMenuLayer(moduleID);
    var colMenu = document.getElementsByName(menuID);
    for (var i=0; i<colMenu.length; i++)
      colMenu[i].bgColor = originalLayerBGColor;
    document.all("text_"+menuID).style.color = "#333333";
  }

  var originalMenuColor;
  var originalMenuFontWeight;
  var currentShewModuleID = '';

  function showSubMenuLayer(moduleID)
  {
    if (currentShewModuleID == moduleID)
      return;

    if (currentShewModuleID != '')
      hideSubMenuLayer(currentShewModuleID);

    currentShewModuleID = moduleID;

    var tg = document.all( "gnb_layer_" + moduleID);
    var link = document.all( "gnb_link_" + moduleID);
    var linkText = document.all( "gnb_link_text_" + moduleID);

    originalMenuColor = linkText.style.color;
    originalMenuFontWeight = linkText.style.fontWeight;
    linkText.style.color = getGNBLinkColor(moduleID);
//    linkText.style.fontWeight = "bold";

    if (tg != null)
    {
      tg.style.posTop = link.offsetTop + link.offsetHeight;
      tg.style.posLeft = link.offsetLeft;
      tg.style.display = "inline";

      for (var i=0; i<objectForClipping.length; i++)
      {
        var frameName = objectForClipping[i];
        var tableName = oTableForClipping[i];    
        var oFrame = document.all[frameName];
        var oTable = document.all[tableName]; 

        if( 'undefined' != typeof(tableName) && '' != tableName )    
        {    
           var oldFrameOffsetTop = oFrame.offsetTop;    
           var oldFrameOffsetLeft = oFrame.offsetLeft;    
           var frameOffsetTop = oFrame.offsetTop + parseInt(oTable.style.top);    
           var frameOffsetLeft = oFrame.offsetLeft + parseInt(oTable.style.left);    
           var frameOffsetBottom = frameOffsetTop + oFrame.offsetHeight;    
           var frameOffsetRight = frameOffsetLeft + oFrame.offsetWidth;    
        }    
        else    
        {  
          oFrame.style.position = 'relative';

          var frameOffsetTop = oFrame.offsetTop;
          var frameOffsetLeft = oFrame.offsetLeft;
          var frameOffsetBottom = oFrame.offsetTop + oFrame.offsetHeight;
          var frameOffsetRight = oFrame.offsetLeft + oFrame.offsetWidth;
        }

        var layerOffsetTop = tg.offsetTop;
        var layerOffsetBottom = tg.offsetTop + tg.offsetHeight;
        var layerOffsetLeft = tg.offsetLeft;
        var layerOffsetRight = tg.offsetLeft + tg.offsetWidth;

        if (frameOffsetTop <= layerOffsetBottom &&
            (layerOffsetLeft >= frameOffsetLeft && layerOffsetLeft <= frameOffsetRight ||
             frameOffsetLeft >= layerOffsetLeft && frameOffsetLeft <= layerOffsetRight))
        {
          oFrame.style.position = 'absolute';

          if( 'undefined' != typeof(tableName) && '' != tableName )    
          {    
            oFrame.style.top = oldFrameOffsetTop;    
            oFrame.style.left = oldFrameOffsetLeft;    
          }    
          else    
          {    
            oFrame.style.top = frameOffsetTop;
            oFrame.style.left = frameOffsetLeft;
          }
          oFrame.style.clip = "rect(" + (layerOffsetBottom - frameOffsetTop + 1) + " auto auto auto)";
        }
      }
    }
  }

  function hideSubMenuLayer(moduleID, force)
  {
    if (currentShewModuleID != moduleID)
      return;
    var tg = document.all("gnb_layer_" + moduleID);
    var linkText = document.all("gnb_link_text_"+moduleID);
    currentShewModuleID = '';
//    linkText.style.color = originalMenuColor?originalMenuColor:"#333333";
	linkText.style.color = "#333333";
    linkText.style.fontWeight = originalMenuFontWeight?originalMenuFontWeight:"normal";

    if (tg != null)
    {
      tg.style.display = "none";
      for (var i=0; i<objectForClipping.length; i++)
      {
        var frameName = objectForClipping[i];
        var tableName = oTableForClipping[i]; 
        var oFrame = document.all[frameName];
        var oTable = document.all[tableName]; 

        oFrame.style.position = 'relative';
        oFrame.style.top = 0;
        oFrame.style.left = 0;
        oFrame.style.clip = "rect(auto)";
      }
    }
  }

  function showSubMenuLayer2(moduleID)
  {
    if (currentShewModuleID == moduleID)
      return;

    if (currentShewModuleID != '')
      hideSubMenuLayer(currentShewModuleID);

    currentShewModuleID = moduleID;

    var linkText = document.all("gnb_link_text_"+moduleID);

    originalMenuColor = linkText.style.color;
    originalMenuFontWeight = linkText.style.fontWeight;
    linkText.style.color = getGNBLinkColor(moduleID);
    linkText.style.fontWeight = "bold";
  }

  function hideSubMenuLayer2(moduleID)
  {
    if (currentShewModuleID != moduleID)
      return;

    var linkText = document.all("gnb_link_text_"+moduleID);

    currentShewModuleID = '';

//    linkText.style.color = originalMenuColor?originalMenuColor:"#333333";
	linkText.style.color = "#333333";
    linkText.style.fontWeight = originalMenuFontWeight?originalMenuFontWeight:"normal";
  }

  var objectForClipping = new Array();
  var oTableForClipping = new Array();

  function addIFrameForClipping(frameName, tableName)
  {
    var count = objectForClipping.length;
    objectForClipping[count] = frameName;
    oTableForClipping[count] = tableName;
  }


var subMenus_renwu = new Array();


var subMenus_dglt = new Array();



var subMenus_awtj = new Array();



var subMenus_jlb = new Array();


var subMenus_dwxx = new Array();


var subMenus_duanxin = new Array();




var subMenus_caixin = new Array();


var subMenus_xuexi = new Array();


var subMenus_youju = new Array();


var subMenus_zhmai = new Array(); 	


var subMenus_M_E = new Array(); 	


function global_GetUser()
{
	var l="Login Required";
	var a=document.cookie.indexOf("etang=");
	if(-1==a)
		return l;
	var b=document.cookie.indexOf("UNAME=",a);
	if(-1==b)
		return l;
	var c=document.cookie.indexOf("&",b);
	var d=document.cookie.indexOf(";",b);
	var e=(c<0)?d:(d<0?c:(c<d?c:d));
	return document.cookie.substring(b+6,e)
}
function create_etang_menu_bar_body(navi_path)
{
	
	generateGNBLayer('renwu', subMenus_renwu);
	generateGNBLayer('dglt', subMenus_dglt);
	generateGNBLayer('awtj', subMenus_awtj);
	generateGNBLayer('jlb', subMenus_jlb);
        generateGNBLayer('dwxx', subMenus_dwxx);
	generateGNBLayer('duanxin', subMenus_duanxin);
	generateGNBLayer('youju', subMenus_youju);
        generateGNBLayer('xuexi', subMenus_xuexi);
	generateGNBLayer('zhmai', subMenus_zhmai);
	generateGNBLayer('caixin', subMenus_caixin);
	generateGNBLayer('M_E', subMenus_M_E);


document.write("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"> ");
document.write("<tr> ");
document.write("<td width=\"100\" rowspan=\"2\"> <div align=\"center\" valign=\"top\">导航栏在此处哦→</div></td> ");
document.write("<td valign=\"bottom\"> <div align=\"right\"> ");
document.write("<table border=\"0\" align=\"right\" cellpadding=\"0\" cellspacing=\"0\"> ");
document.write("<tr> ");
document.write("<td STYLE=\"position:relative\" onMouseOver=\"gnb_link_text_home.style.color = \'#FF5A01\';\" onMouseOut=\"gnb_link_text_home.style.color = \'#000000\' \"><a href=\"http://www.shdoulton.cn/index.html\" id=\"gnb_link_text_home\" class=\"menu_font\">网站首页</a></td> ");
document.write("<td><img src=\"http://www.shdoulton.cn/kong.gif\"></td> ");
document.write("<td STYLE=\"position:relative\" onMouseOver=\"gnb_link_text_home.style.color = \'#FF5A01\';\" onMouseOut=\"gnb_link_text_home.style.color = \'#000000\' \"><a href=\"http://www.shdoulton.cn/doulton.htm\" id=gnb_link_text_renwu class=\"menu_font\" >净水器展示</a></td> ");
document.write("<td><img src=\"http://www.shdoulton.cn/kong.gif\"></td> ");
document.write("<td STYLE=\"position:relative\" onMouseOver=\"gnb_link_text_home.style.color = \'#FF5A01\';\" onMouseOut=\"gnb_link_text_home.style.color = \'#000000\' \"><a href=\"http://www.shdoulton.cn/aboutdoulton.htm\" id=gnb_link_text_awtj class=\"menu_font\">道尔顿历史</a></td> ");
document.write("<td><img src=\"http://www.shdoulton.cn/kong.gif\"></td> ");
document.write("<td STYLE=\"position:relative\" onMouseOver=\"gnb_link_text_home.style.color = \'#FF5A01\';\" onMouseOut=\"gnb_link_text_home.style.color = \'#000000\' \"><a href=\"http://www.shdoulton.cn/doultonrzh.htm\" id=gnb_link_text_dglt class=\"menu_font\" >权威认证</a></td>");
document.write("<td><img src=\"http://www.shdoulton.cn/kong.gif\"></td> ");
document.write("<td STYLE=\"position:relative\" onMouseOver=\"gnb_link_text_home.style.color = \'#FF5A01\';\" onMouseOut=\"gnb_link_text_home.style.color = \'#000000\' \"><a href=\"http://www.shdoulton.cn\lvxin.htm\" id=gnb_link_text_jlb class=\"menu_font\">关于滤芯</a></td> ");
document.write("<td><img src=\"http://www.shdoulton.cn/kong.gif\"></td> ");
document.write("<td STYLE=\"position:relative\" onMouseOver=\"gnb_link_text_home.style.color = \'#FF5A01\';\" onMouseOut=\"gnb_link_text_home.style.color = \'#000000\' \"><a href=\"http://www.shdoulton.cn/howto.htm\" id=gnb_link_text_dwxx class=\"menu_font\" >安装使用</a></td> ");
document.write("<td><img src=\"http://www.shdoulton.cn/kong.gif\"></td> ");
document.write("<td STYLE=\"position:relative\" onMouseOver=\"gnb_link_text_home.style.color = \'#FF5A01\';\" onMouseOut=\"gnb_link_text_home.style.color = \'#000000\' \"><a href=\"http://www.shhairong.cn/address.htm\" id=gnb_link_text_duanxin class=\"menu_font\">联系我们</a></td> ");
document.write("<td><img src=\"http://www.shdoulton.cn/kong.gif\"></td> ");
document.write("<td STYLE=\"position:relative\" onMouseOver=\"gnb_link_text_home.style.color = \'#FF5A01\';\" onMouseOut=\"gnb_link_text_home.style.color = \'#000000\' \"><a href=\"http://www.shdoulton.cn/faq.htm\" id=gnb_link_text_caixin class=\"menu_font\">常见问题</a></td> ");
document.write("<td><img src=\"http://www.shdoulton.cn/kong.gif\"></td> ");
document.write("<td STYLE=\"position:relative\" onMouseOver=\"gnb_link_text_home.style.color = \'#FF5A01\';\" onMouseOut=\"gnb_link_text_home.style.color = \'#000000\' \"><a href=\"http://www.shdoulton.cn/english.htm\" id=gnb_link_text_xuexi class=\"menu_font\">English</a></td> ");
document.write("<td><img src=\"http://www.shdoulton.cn/kong.gif\"></td> ");
document.write("<td STYLE=\"position:relative\" onMouseOver=\"gnb_link_text_home.style.color = \'#FF5A01\';\" onMouseOut=\"gnb_link_text_home.style.color = \'#000000\' \"><a href=\"http://www.shdoulton.cn/guestbook.htm\" id=gnb_link_text_youju class=\"menu_font\">留言建议</a></td> ");
document.write("<td><img src=\"http://www.shdoulton.cn/kong.gif\"></td> ");

document.write("</tr> ");
document.write("</table></td> ");
document.write("<td width=\"10\"></td> ");

document.write("</tr> ");
document.write("<tr> ");
document.write("<td height=\"4\" colspan=\"8\"></td> ");
document.write("</tr> ");
document.write("<tr> ");
document.write("<td height=\"20\" colspan=\"9\" bgcolor=\"#968900\"><table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> ");
document.write("<tr> ");
document.write("<td width=\"10\"></td> ");
document.write("<td><div align=\"left\">欢迎您通过以下两个域名访问本网站，联系电话：021-51082245");
if(navi_path != null)
{
	for(i=0;i<navi_path.length;i=i+2)
	{
		document.write(" <span class=\"b\"> &gt; </span><a href=\"" + navi_path[i+1] + "\" class=\"menu_font\">" + navi_path[i] + "</a>");
	}
}
document.write("</div></td> ");

document.write("</tr> ");
document.write("</table></td> ");
document.write("</tr> ");
document.write("<tr> ");
document.write(" <td height=\"2\" colspan=\"9\" bgcolor=\"#ff0000\"></td> ");
document.write("</tr> ");
document.write("</table>");


}

function glb_write_tail()
{
document.write(" ");
document.write("<table width=\"800\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" height=\"20\"> ");
document.write(" <tr> ");
document.write(" <td bgcolor=\"#DEDBDE\" align=\"center\"> ");
document.write("联系电话：021-51082245  13818244503 ");

document.write("| 地址：上海市宝山区菊联路68弄26号 ");

document.write("| 邮编：201907 ");
document.write("| Email：biz@shhairong.cn ");


document.write(" </td> ");
document.write(" </tr> ");
document.write(" <tr> ");
document.write(" <td align=\"center\" > ");
document.write("<font style=\"font-size: 11px;color: #000000\">Copyright@ 2003-2008 版权所有 <a href=http://www.shhairong.cn target=_blank>上海山合海融商贸有限公司</a>  <a href=http://www.shdoulton.com>shdoulton.com</a> <a href=http://www.shdoulton.cn>shdoulton.cn</a> <a href=http://www.miibeian.gov.cn/ target=_blank>沪ICP备05015187号</a>");

document.write(" </td> ");
document.write(" </tr> ");
document.write("</table> ");


}

// global function
// for flash use to open a window
function spawnWindow(URL,Name,features) 
{ 
	window.open(URL,Name,features); 
}
