    function reSize()
    {
    var oBody = parent.document.body;
    var oFrame = parent.document.all("main");
    oFrame.style.height = oBody.scrollHeight;
    }
    
    

function popWin(strURL,intWidth,intHeight) 
{
   window.open(strURL,"","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=540,height=500");
}
function popWin1(strURL,intWidth,intHeight) 
{
   window.open(strURL,"","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=799,height=585");
}

