function SetWinHeight(obj)
{
var win=obj;
if (document.getElementById)
{
       if (win && !window.opera)
       {
        if (win.contentDocument && win.contentDocument.body.offsetHeight) 

         win.height = win.contentDocument.body.offsetHeight; 
        else if(win.Document && win.Document.body.scrollHeight)
         win.height = win.Document.body.scrollHeight;
       }
}
}


document.writeln("<iframe name=\"topjs\" frameborder=\"0\" height=\"210\" width=\"776\" onload=\"Javascript:SetWinHeight(this)\"  hspace=\"0\" scrolling=\"no\" vspace=\"0\" align=\"center\" src=\"\/top.asp\"><\/iframe>")
