\n'); } function divScale(args){ if(document.all && !document.getElementById) { document.all['divId'].style.pixelHeight = args; }else{ document.getElementById('divId').style.height = args; } }