function menu_flash(){
	//document.writeln("<div align=\"center\">");
	document.writeln("<table width=\"770\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td>");


document.writeln("<object id=\"menu\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8\" width=\"770\" height=\"200\">");
document.writeln("  <param name=\"movie\" value=\"maq11.swf\">");
document.writeln("  <param name=\"quality\" value=\"high\">");
document.writeln("  <embed src=\"maq11.swf\" quality=\"high\" name=\"menu\" swLiveConnect=\"true\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"770\" height=\"200\"><\/embed>");
document.writeln("<\/object>");
//document.writeln("<\/div>");
document.writeln("	<\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
}
