﻿function writeFlash(id,objwidth,objheight) {
    var startDate = location.href;
    var PMstartDateArray = startDate.split("/");
    var strlocation = "http://"
    for(var i=0;i<PMstartDateArray.length;i++)
    {if (i==2){strlocation += PMstartDateArray[i];}}
    //    strlocation += "/";
    strlocation += "/";
    if (id=='flash_container')
    {
    document.getElementById(id).innerHTML = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='" + objwidth + "' height='" + objheight + "' id='Homeflash' align='middle'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='" + strlocation + "webmedia/flash/homeflash.swf' /><param name='quality' value='high' /><param name='wmode' value='transparent' /><param name='bgcolor' value='#ffffff' /><embed src='" + strlocation + "webmedia/flash/homeflash.swf' quality='high' wmode='transparent' bgcolor='#ffffff' width='" + objwidth + "' height='" + objheight + "' name='Homeflash' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
    }
    if (id=='InterOffice')
    {
    document.getElementById(id).innerHTML = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='" + objwidth + "' height='" + objheight + "' id='Homeflash' align='middle'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='" + strlocation + "webmedia/flash/intoffice.swf' /><param name='quality' value='high' /><param name='wmode' value='transparent' /><param name='bgcolor' value='#ffffff' /><embed src='" + strlocation + "webmedia/flash/intoffice.swf' quality='high' wmode='transparent' bgcolor='#ffffff' width='" + objwidth + "' height='" + objheight + "' name='Homeflash' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
    }
}
