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