function RunSWF()
{
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width=100% height=100%>\n')
document.write('<PARAM name="MOVIE" value="AC-menu.swf">')
document.write('<PARAM name="PLAY" value="true">')
document.write('<PARAM name="LOOP" value="true">')
document.write('<PARAM name="QUALITY" value="high">')
document.write('<EMBED src="AC-menu.swf" width=100% height=100% type="application/x-shockwave-flash"></OBJECT>')
}

