 with(menuStyle=new mm_style()){
 onbgcolor="#756757";				// Hintergrundfarbe Menue bei Berührung
 oncolor="#ff9900";				// Schriftfarbe Menue bei Berührung
 onbold="1";					// Schriftstärke bei Berührung
 decoration='no'				// Unterstrichen oder nicht z.B. underline, no
 offbgcolor="#DBCEBF";				// Farbe der Mneus ohne Berührung
 offcolor="#4F453C";				// Schriftfarbe Menue ohne Berührung
 bordercolor="#296488";				// Rahmenfarbe um das ganze Menue herum
 borderstyle="solid";				// Rahmenart um das ganze Menue herum, z.B. dashed, dotted, double, groove, ridge, inset, outset.
 borderwidth=0;					// Rahmenstärke um das ganze Menue herum
 separatorcolor="#999999";			//
 separatorsize="1";				//
 padding=2;					//
 fontsize="75%";				//
 fontstyle="normal";				// Schriftstärke, normal,, schräg, z.b. normal, italic
 fontweight="normal";				// Schriftstärke, normal, dick, z.B. normal, bold
 fontfamily="Verdana, Tahoma, Arial";		//
 pagecolor="#ff9900"; 				//
 pagebgcolor="#756757";				//
 headercolor="#000000";				//
 headerbgcolor="#ffffff";			//
 subimage="";					// würde so aussehen: subimage="http://www.divesociety.com/img/arrows/arrow_999999.gif";
 subimagepadding="1";				// Abstand um das Untermenue image herum
 imagepadding="1";					// Abstand um das Menue image herum
 overfilter="Fade(duration=0.2);Alpha(opacity=92);";
 }
 
 with(divesociety=new menuname("Main Menu")){
 style=menuStyle;
 alwaysvisible=1;
 orientation="vertical";	
 position="relative";
 
 aI("text=&nbsp;Dive Center;align=left;image=http://www.divesociety.com/img/arrows/arrow_red4.gif;url=http://www.divesociety.com/ds_ph/divecenter/shop/school.asp;");
 aI("text=&nbsp;Camera Room;align=left;image=http://www.divesociety.com/img/arrows/arrow.gif;url=http://www.divesociety.com/ds_ph/divecenter/shop/camera.asp");
 aI("text=&nbsp;Kompressor Room;align=left;image=http://www.divesociety.com/img/arrows/arrow.gif;url=http://www.divesociety.com/ds_ph/divecenter/shop/comp.asp");
 aI("text=&nbsp;Ride the 'Ray Board';align=left;image=http://www.divesociety.com/img/arrows/arrow.gif;url=http://www.divesociety.com/ds_ph/divecenter/shop/rayboard.asp");
 aI("text=&nbsp;Rental Gear;align=left;image=http://www.divesociety.com/img/arrows/arrow.gif;url=http://www.divesociety.com/ds_ph/divecenter/shop/equipm.asp");
 aI("text=&nbsp;Wet Room;align=left;image=http://www.divesociety.com/img/arrows/arrow.gif;url=http://www.divesociety.com/ds_ph/divecenter/shop/mat.asp");
 }
drawMenus();
