var box = document.getElementById("flashcontent"); function setSize(w,h){ box.style.width = w; box.style.height = h; }