<!--
function autoResize(){
  try{document.all["subiframe"].style.height=subiframe.document.body.scrollHeight}
  catch(e){}
}
//--