function run_DialogLayer(URL,width,height)
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" width="'+width+'" height="'+height+'" align="middle" id="FLASH_DIALOG_ID">\n');
document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
document.write('<param name="movie" value="'+URL+'" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<embed src="'+URL+'" width="'+width+'" height="'+height+'" align="middle" quality="high" salign="l" wmode="transparent" bgcolor="#ffffff" name="FLASH_DIALOG_ID" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
document.write('</object>\n');
}
function run_ProgressBarLayer(URL,width,height)
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" width="'+width+'" height="'+height+'" align="middle" id="FLASH_PROGRESSBAR_ID">\n');
document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
document.write('<param name="movie" value="'+URL+'" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<embed src="'+URL+'" width="'+width+'" height="'+height+'" align="middle" quality="high" salign="l" wmode="transparent" bgcolor="#ffffff" name="FLASH_PROGRESSBAR_ID" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
document.write('</object>\n');
}
function run_ActorLayer(URL,width,height)
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0" width="'+width+'" height="'+height+'" id="FLASH_PLAYER_ID">\n');
document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
document.write('<param name="movie" value="'+URL+'" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<embed src="'+URL+'" width="'+width+'" height="'+height+'" quality="high" salign="l" wmode="transparent" bgcolor="#ffffff" name="FLASH_PLAYER_ID" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
document.write('</object>\n');
}