function autosize(w,h){ DI = document.getElementById('flashcontent').style; //DI=flashcontent.style; DI.width=w; DI.height=h; };