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