

 iens6=document.all||document.getElementById
 ns4=document.layers


  function getcontent_height(){
    if (iens6)
      contentheight=crossobj.offsetHeight
    else if (ns4)
      document.nscontainer.document.nscontent.visibility="show"
  }
