function ObjectLoad()
{
    if (objectSource)
    {
        objectDestination.outerHTML = "<embed width=100% height=100% fullscreen=yes src=\"" + objectSource + "\" />";
    }
}
