
function printMenus(){
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='175' height='300'");
document.write("codebase='http://active.macromedia.com/flash4/cabs/swflash.cab#version=5,0,0,0'>");
document.write("<param name='SRC' value='menus.swf" + "'");
document.write("<param name='QUALITY' value='high'>");
document.write("src='menus.swf" + "'");
document.write("width='175' height='300' quality='high' bgcolor='000000'");
document.write("pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' ");
document.write("embedFlashVar");
document.write(">    </embed> </object>");
}