// JavaScript Document /* ͳһ�����Ҹ߶� */ function changeHeight(id1,id2){ var con1=document.getElementById(id1); var con2=document.getElementById(id2); //alert("changeHeight con1 = "+con1.offsetHeight); //alert("changeHeight con2 = "+con2.offsetHeight); if((con1.offsetHeight)