var ie = document.all ? 1 : 0 var ns = document.layers ? 1 : 0 var DOM = document.getElementById ? 1: 0 if(screen.availWidth > 810){ PTAM=screen.availWidth - 840; TDIV = ''; TDIV += '
'; document.write(TDIV); if(DOM){ document.getElementById('publilateral').style.width=PTAM; document.getElementById('publilateral').style.height=980; }else if(ie){ document.all['publilateral'].style.width=PTAM; document.all['publilateral'].style.height=980; }else{ document.publilateral.width=PTAM; document.publilateral.height=980; } }