

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(EasymenuStyle=new mm_style()){
align='left';
onbgcolor="#333333";
oncolor="#FFFFFF";
offcolor="#FFFFFF";
offbgcolor="#666666";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
separatorpadding='2';
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="normal"
pagecolor="#FFFFFF";
/**
pagebgcolor="#009999";

headercolor="#000000";
headerbgcolor="#666666";
**/
subimage="";
subimagepadding="12";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";

}

with(EasymenuLogoutStyle=new mm_style()){
align='left';
onbgcolor="#FF0000";
oncolor="#333333";
offcolor="#333333";
offbgcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
separatorpadding='2';
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="normal"
pagecolor="#FFFFFF";
/**
pagebgcolor="#009999";

headercolor="#000000";
headerbgcolor="#666666";
**/
subimage="";
subimagepadding="12";

overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";

}


with(milonic=new menuname("CMSNavigation")){
style=EasymenuStyle;
overflow="scroll";
aI("text=Rubriken 1.Ebene;url=javascript:neufensterhauptrubrik();");
aI("text=Rubriken 2.Ebene;url=javascript:neufensterrubrik();");
aI("text=Rubriken 3.Ebene;url=javascript:neufensterlrubrik();");
aI("text=Navigation 1.Ebene;url=javascript:neufensternav1();");
aI("text=Navigation 2.Ebene;url=javascript:neufensternav2();");
aI("text=Navigation 3.Ebene;url=javascript:neufensternav3();");
}

with(milonic=new menuname("CMSService")){
style=EasymenuStyle;
overflow="scroll";
aI("text=Unbestätigte Einträge;url=javascript:neufensterstatus();");
aI("text=Login-Protokoll;url=javascript:alert('Wird momentan überarbeitet ...');");
aI("text=Statistik;url=javascript:neufensterstatistik();");
}

drawMenus();


