var hAll=$("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;}; }
headcontent=M_hc()+'<table width="100%" border=0 cellspacing=0 cellpadding=0><tr>\
<td width="100" class="pitm" onMouseOver="DT(0)" onMouseOut="DT(0)"><a hr'+'ef="index.html"><img sr'+'c="../image/prod-item.gif" border=0></a></td>\
<td class="prot">' + productName + '</td>\
<td width="100" class="ainquiry"><a hr'+'ef="javascript:void(0)" onClick="return MM_openBrWindow();"><img sr'+'c="../image/inquiry.gif" border=0></a></td>\
</tr>\
</table>\
';
document.writeln(headcontent);
