fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;



with(menuStyle=new mm_style()){

align="center";
bordercolor="#474748";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana";
fontsize="10pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#262629";
offcolor="#FFFFFF";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
itemwidth=172;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;


}
with(menuStyleRed=new mm_style()){

align="center";
bordercolor="#474748";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana";
fontsize="10pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#9d0202";
offcolor="#FFFFFF";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
itemwidth=172;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;


}

with(milonic=new menuname("Startseite")){
style=menuStyle;
left=0;
top=220;
alwaysvisible=1;
aI("text=Startseite;url=index.php;");
aI("showmenu=Fahrzeugangebote;text=Fahrzeugangebote;");
aI("offbgcolor=#9d0202;showmenu=Topangebote;text=Topangebote;");
aI("text=Impressum;url=index.php?site=imprint");
aI("text=Kontakt;url=index.php?site=kontakt;");


}

with(milonic=new menuname("Fahrzeugangebote")){
overflow="scroll";
style=menuStyle;
aI("text=LKW 7,49 to;url=index.php?site=lkw749;")
aI("text=LKW 11,99 to;url=index.php?site=lkw1199;")
aI("text=Transporter;url=index.php?site=transporter;")
aI("text=Auflieger;url=index.php?site=auflieger;")
aI("text=Anhänger;url=index.php?site=anhaenger;")
aI("text=Sattelzugmaschinen;url=index.php?site=zugmaschinen;")
aI("text=PKW;url=index.php?site=pkw;")
aI("text=Sonstige;url=index.php?site=sonstige;")

}

with(milonic=new menuname("Topangebote")){
style=menuStyle;
aI("text=LKW 7,49 to;url=index.php?site=toplkw749;")
aI("text=LKW 11,99 to;url=index.php?site=toplkw1199;")
aI("text=Transporter;url=index.php?site=toptransporter;")
aI("text=Auflieger;url=index.php?site=topauflieger;")
aI("text=Anhänger;url=index.php?site=topanhaenger;")
aI("text=Sattelzugmaschinen;url=index.php?site=topzugmaschinen;")
aI("text=PKW;url=index.php?site=toppkw;")
aI("text=Sonstige;url=index.php?site=topsonstige;")
}





drawMenus();

