
function autoResize()
{
try
{
 document.all["CUPSecure"].style.height=CUPSecure.document.body.scrollHeight
}
catch(e){}
}

function autoResize2()
{
try
{
 document.all["mainFrame"].style.height=mainFrame.document.body.scrollHeight
}
catch(e){}
}
