function TracePath(w, arrPaths){var fr,d,i,j;
for (i=0;i<w.frames.length;i++){fr=w.frames[i];d=fr.document;
if ((fr.name=='Maintop')&&(d.body!=null))
{var ttdTracePath=d.getElementById('ttdTracePath');ttdTracePath.innerHTML='';
 if (arrPaths!=null){var b='';for(j=0;j<arrPaths.length;j++){b+=arrPaths[j]+' &gt; ';}ttdTracePath.innerHTML=b.substring(0, b.length - 6);}}
if ((fr.name=='top') && (d.body != null))
{ var t=d.getElementById('ProdTitle');t.innerHTML='';
  if (arrPaths!=null){Img4Frc=d.getElementById('ProdFrc');
  if (arrPaths.length > 2) t.innerHTML=arrPaths[arrPaths.length - 1];}}}}
function ShowForce(w, ImgSrc, ImgAlt)
{ for (i=0;i<w.frames.length;i++){fr=w.frames[i];
   if ((fr.name=='top') && (fr.window.ProdFrc != null))
      {if (ImgSrc.length==0)
       {fr.window.ProdFrc.src = '/_ComImg/SpacerTrns.gif';
        fr.window.ProdFrc.alt = ''; }
       else
        {fr.window.ProdFrc.src = ImgSrc;
         fr.window.ProdFrc.alt = ImgAlt; }}}}
function ShowImageWindow(sURL,winName,Specs) {window.open(sURL,winName,Specs);}
