// JavaScript Document /* 统一左中右高度 */ function changeHeight(id1,id2){ var con1=document.getElementById(id1); var con2=document.getElementById(id2); if((con1.offsetHeight)