function TracePath(w, arrPaths)
{var fr; var b = '';
for (i = 0; i < w.frames.length; i++) { fr=w.frames(i);
if ((fr.name=='Maintop') && (fr.document.body != null))
{if (arrPaths == null)
fr.document.all.item('ttdTracePath').innerHTML = '';
else
{for (j = 0; j < arrPaths.length; j++)
{ b += arrPaths[j] + ' &gt; '; fr.document.all.item("ttdTracePath").innerHTML = b.substring(0, b.length - 6); }}}
if ((fr.name=='top') && (fr.document.body != null))
{ if (arrPaths == null)
fr.window.ProdTitle.innerHTML = '';
else
{ Img4Frc = fr.window.ProdFrc;
if (arrPaths.length > 3)
fr.window.ProdTitle.innerHTML = arrPaths[arrPaths.length - 1];
else
fr.window.ProdTitle.innerHTML = '';}}}
}
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 == '')
       {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);}
