<head> <SCRIPT> function h1(){ document.getElementById('pp').style = 'height:1px; width:1px;'; } </script> </head>
function h1(){ document.getElementById('pp').style.height = 1+'px'; document.getElementById('pp').style.width =1+'px'; } }