// JavaScript Documentfunction loadIFrame(id,w,h,src){ var obj=document.getElementById(id); obj.style.height=h+'px'; obj.style.width=w+'px'; obj.src=src;}