functionreSizeFrame(frameID){
try{
varoBody=eval(frameID+".document.body");
varoFrame=document.all(frameID);懒
oFrame.style.height=oBody.scrollHeight+(oBody.offsetHeight-oBody.clientHeight);
}
catch(e){
}}