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