function EmbedSWF1()
{
document.write('<div style=\"z-index:100\">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="178" height="215">');
document.write('<param name="movie" value="images/home_anim.swf">');
document.write('<param name="quality" value="high">');
document.write('<embed src="images/home_anim.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="178" height="215" hspace="0" vspace="0" SwLiveConnect="true"></embed>');
document.write('</object>');
document.write('</div>');
}

function EmbedSWF2()

{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="150" height="97">');
document.write('<param name="movie" value="images/ac_anim.swf">');
document.write('<param name="quality" value="high">');
document.write('<embed src="images/ac_anim.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="97" hspace="0" vspace="0" SwLiveConnect="true"></embed>');
document.write('</object>');
}

function EmbedSWF3()

{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="150">\n');
document.write('<param name="movie" value="images/map_anim.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="images/map_anim.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="150" hspace="0" vspace="0" SwLiveConnect="true"></embed>\n');
document.write('</object>\n');
}