function RunFoo()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
	document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
	document.write('width="100%" height="25" ');
	document.write('align="left" ID="topnav" VIEWASTEXT>/n');
    document.write('<param name="allowScriptAccess" value="sameDomain" />/n');
    document.write('<param name="movie" value="nav.swf" />/n');
    document.write('<param name="quality" value="high" />/n');
    document.write('<param name="bgcolor" value="#ffffff" />/n');
    document.write('<param name=FlashVars value="XMLfile=horizontalnav.xml&flashName=topnav" />/n');
    document.write('<embed src="nav.swf" NAME="topnav" flashvars="XMLfile=horizontalnav.xml&flashName=topnav" ');
	document.write('swLiveConnect="true" quality="high" bgcolor="#ffffff" width="100%" height="25" ');
	document.write('align="left" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" ');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />/n</embed>/n</object>/n');
}

function InsertIndexFlash()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
	document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
	document.write('width="494" height="273" id="home_flash" align="middle" VIEWASTEXT>/n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />/n');
	document.write('<param name="movie" value="./images/home_flash.swf" />/n');
	document.write('<param name="quality" value="high" />/n');
	document.write('<param name="bgcolor" value="#ffffff" />/n');
	document.write('<embed src="./images/home_flash.swf" quality="high" bgcolor="#ffffff" ');
	document.write(' width="494" height="273" name="home_flash" align="middle" ');
	document.write(' allowScriptAccess="sameDomain" type="application/x-shockwave-flash" ');
	document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer" />/n');
	document.write('</object>');
}

function InsertAboutFlash()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
	document.write(' codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
	document.write(' width="494" height="273" id="home_flash" align="middle" VIEWASTEXT>/n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />/n');
    document.write('<param name="movie" value="images/about_flash.swf" />/n');
    document.write('<param name="quality" value="high" />/n');
    document.write('<param name="bgcolor" value="#ffffff" />/n');
	document.write('<embed src="images/about_flash.swf" quality="high" bgcolor="#ffffff" ');
	document.write(' width="494" height="273" name="home_flash" align="middle" '); 
	document.write(' allowscriptaccess="sameDomain" type="application/x-shockwave-flash" ');
	document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer" />/n');
	document.write('</object>');

}