// JavaScript Document

window.onload = ObjectLoad;



function ObjectLoad()

{

    if (objectSource)

    {

        document.getElementById('movie').innerHTML = "<embed width=100% height=100% fullscreen=yes src=\"" + objectSource + "\" />";

    }

}

