fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps

_menuCloseDelay=600;
_menuOpenDelay=150; 
_subOffsetTop=4;
_subOffsetLeft=4;

with(XPMainStyle=new mm_style()){ /// Hauptmenü ...
styleid=1;
itemheight=31; 
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="right";
followscroll=1; /// Das Menü folgt beim scrollen und ist immer sichtbar
margin=2;
orientation="horizontal";
style=XPMainStyle;
top=1;
style=XPMainStyle;
aI("align=right;image=../../../menue/images/top.gif;overimage=../../../menue/images/top_green.gif;url=#top;");
aI("align=right;image=../../../menue/images/trans_8x16.gif;");
aI("align=right;image=../../../menue/images/close.gif;overimage=../../../menue/images/close_green.gif;url=javaScript:self.close();");
aI("align=right;image=../../../menue/images/trans_8x16.gif;");
}

drawMenus();