if (typeof(window['flashWidth']) == "undefined")
{
	flashWidth = "1024";
}
if (typeof(window['flashHeight']) == "undefined")
{
	flashHeight = "768";
}
if (typeof(window['flashScale']) == "undefined")
{
	flashScale = "noscale";
}

if (typeof(window['flashAlign']) == "undefined")
{
	flashAlign = "cm";
}

if (typeof(window['flashWMode']) == "undefined")
{
	flashWMode = "window";
}

if (typeof(window['flashMenu']) == "undefined")
{
	flashMenu = true;
}

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="' + flashWidth + '" height="' + flashHeight + '" id="movie" align="middle">');
document.write('<param name="allowScriptAccess" value="always" />');
document.write('<param name="movie" value="index.swf?structureFile=' + structureFile + '" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="' + flashWMode + '" />');
document.write('<param name="menu" value="' + flashMenu + '" />');
document.write('<param name="bgcolor" value="#CCCCCC" />');
document.write('<param name="scale" value="' + flashScale + '" />');
document.write('<param name="salign" value="' + flashAlign + '" />');
document.write('<param name="swLiveConnect" value="true" />');
document.write('<param name="SeamlessTabbing" value="false" />');
document.write('<embed src="index.swf?structureFile=' + structureFile + '" swLiveConnect="true" scale="' + flashScale + '" salign="' + flashAlign + '" quality="high" wmode="' + flashWMode + '" menu="' + flashMenu + '" bgcolor="#CCCCCC" width="' + flashWidth + '" height="' + flashHeight + '" id="movie" name="movie" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');