function RunFla(){
    document.write('<object height="290" width="580" data="top.swf" type="application/x-shockwave-flash">\n');
	document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
    document.write('<param value="top.swf" name="movie" />\n');
    document.write('</object>\n');

}
function RunFla_menu(){
    document.write('<object height="290" width="130" data="top_menu.swf" type="application/x-shockwave-flash">\n');
	document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
    document.write('<param value="top_menu.swf" name="movie" />\n');
    document.write('</object>\n');

}
function RunFla_menu_updated(){
    document.write('<object height="290" width="130" data="top_menu_updated.swf" type="application/x-shockwave-flash">\n');
	document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
    document.write('<param value="top_menu_updated.swf" name="movie" />\n');
    document.write('</object>\n');

}
