/*
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="401" height="84">');
document.write('  <param name="movie" value="modules/menu_bottom.swf" />');
document.write('  <param name="quality" value="high" />');
document.write('  <param name="FlashVars" value="xmlPath='+ bottomflashmenu_link +'" />');
document.write('  <embed src="modules/menu_bottom.swf" FlashVars="xmlPath=' + bottomflashmenu_link + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="401" height="84"></embed>');
document.write('</object>');
*/
document.write('<div id="menu_bottom"></div>');
// <![CDATA[
var so = new SWFObject("modules/menu_bottom.swf", "sotester", "401", "84", "9", "#f6768e");
so.addVariable("xmlPath", bottomflashmenu_link); 
so.write("menu_bottom");
// ]]>
