function adjustLayout(){var cHeight=xHeight("b_center_internal");var lHeight=xHeight("b_left_internal");var rHeight=xHeight("b_right_internal");var maxHeight=Math.max(cHeight,lHeight);maxHeight=Math.max(rHeight,maxHeight);maxHeight=maxHeight+11;xHeight("b_center",maxHeight);xHeight("b_left",maxHeight);xHeight("b_right",maxHeight);}function myBodyId(c_id){document.getElementsByTagName('body')[0].id=c_id;}function myTopMenuId(c_id){alert ("1");alert(c_id);document.getElementsById('id_topmenu').id=c_id;}window.onload=function(){xAddEventListener(window,"resize",adjustLayout,false);adjustLayout();}