var hAll=document.getElementById("header").childNodes;
var headerRight="";
var productName="";
for(i=0;i<hAll.length;i++) {if (hAll[i].nodeType==1) {if (hAll[i].nodeName.toLowerCase()=="h1") headerRight=hAll[i].innerHTML; if (hAll[i].nodeName.toLowerCase()=="p") productName=hAll[i].innerHTML;}; }
productName=productName.replace(/<[\/\!]*?[^<>]*?>/,"");
headcontent=M_hc(headerRight)+'\
<table width="100%" border=0 cellspacing=0 cellpadding=0 style="margin:5px 0;">\
<tr>\
<td width="64" onMouseOver="init();DT(0)" onMouseOut="DT(0)"><a hr'+'ef="../product.htm"><img sr'+'c="../image/pro_text.gif" border=0></a></td>\
<td width="120" onMouseOver="init();DT(1)" onMouseOut="DT(1)" class="pitm"><a hr'+'ef="index.html"><img sr'+'c="image/gb_pro_bmgldz.gif" border=0></a></td>\
<td class="prot">' + productName + '</td>\
<td width="90" class="ainquiry"><a hr'+'ef="javascript:void(0)" onClick="return MM_openBrWindow();"><img sr'+'c="../image/qtzx.gif" border=0></a></td>\
</tr>\
</table>\
';
document.writeln(headcontent);
