function runIndexSWF()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=');
	document.write('"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="930"'); 
	document.write('height="750" id="index" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="flash/index.swf" /><param name="menu" value="false" />');
	document.write('<param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed');
	document.write('src="flash/index.swf" menu="false" quality="high" bgcolor="#ffffff" width="930"'); 	
	document.write('height="750" name="index" align="middle" allowScriptAccess="sameDomain"'); 
	document.write('type="application/x-shockwave-flash"'); 
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
	
}

function runLogoSWF()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="930" height="73">');
	document.write('<param name="movie" value="flash/trilogy_logo.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="flash/trilogy_logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="930" height="73"></embed>');
	document.write('</object>');
}

function runTopLeftSWF()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="372" height="141">');
	document.write('<param name="movie" value="flash/top_left.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="flash/top_left.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="372" height="141"></embed>');
	document.write('</object>');
}

function runTopRightSWF()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="557" height="278">');
	document.write('<param name="movie" value="flash/top_right.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="flash/top_right.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="557" height="278"></embed>');
	document.write('</object>');
}

function runFooterSWF()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="930" height="460">');
	document.write('<param name="movie" value="flash/footer.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="flash/footer.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="930" height="460"></embed>');
	document.write('</object>');
}