


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=2              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#D9D9D9";
oncolor="#000000";
offbgcolor="#F1CC3F";
offcolor="#901E1E";
bordercolor="#F1CC3F";
borderstyle="solid";
borderwidth=0;
separatorcolor="#901E1E";
separatorsize="2";
padding=4;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#016AAB";
headercolor="red";
headerbgcolor="red";
subimage="images/arrow.gif";
subimagepadding="6";
fontweight="bold";
}

with(red_menu=new mm_style()){
onbgcolor="#F6CC19";
oncolor="#000000";
offbgcolor="#D43623";
offcolor="#FFFFFF";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=4;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#37378D";
pagebgcolor="#CCCCCC";
headercolor="red";
headerbgcolor="red";
subimage="images/standard/arrow_w.gif";
subimagepadding="2";
}

with(blue_menu=new mm_style()){
onbgcolor="#F6CC19";
oncolor="#000000";
offbgcolor="#37378D";
offcolor="#FFFFFF";
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666666";
separatorsize="1";
padding=4;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#37378D";
pagebgcolor="#CCCCCC";
headercolor="red";
headerbgcolor="red";
subimage="images/standard/arrow.gif";
subimagepadding="2";
}


with(milonic=new menuname("Getraenke")){
style=menuStyle;
top=2;
itemheight=20;
itemwidth=260;
aI("text=Grapos Classic für die Gastronomie;showmenu=gastronomie;");
aI("text=Trend- und Light Getränke;showmenu=trend;");
}

with(milonic=new menuname("gastronomie")){
style=menuStyle;
itemheight=20;
itemwidth=155;
aI("text=Grapos Softdrinks;url=grapos.html;status=Grapos Softdrinks;");
aI("text=Grapi - fruchtig;url=grapi.html;status= Grapi;");
aI("text=Contiger-Energydrink;url=contiger.html;status=Contiger Energydrink;");
}


with(milonic=new menuname("trend")){
style=menuStyle;
itemheight=20;
itemwidth=155;
aI("text=Grapi Aktiv;url=grapiaktiv.html;status=Grapi Aktiv;");
}


with(milonic=new menuname("Technik")){
style=menuStyle;
top=2;
itemheight=20;
itemwidth=200;
aI("text=Unterthekengeräte mit Säule;url=unterthekengeraete.html;status=Unterthekengeräte;");
aI("text=Oberthekengeräte;url=oberthekengeraete.html;status=Oberthekengeräte;");
aI("text=Computerschankanlagen;url=computerschankanlagen.html;status=Computerschankanlagen;");
aI("text=Schankanlagen-Kauf/Miete;url=miete.html;status=Schankanlagen-Kauf/Miete;");
}

with(milonic=new menuname("down")){
style=menuStyle;
top=2;
itemheight=20;
itemwidth=180;
aI("text=Grapos Logo;url=graposlogo.html;status=Grapos Logo;");
aI("text=Zeitungsinserat;url=zeitungsinserat.html;status=Zeitungsinserat;");
aI("text=Für Ihre Getränkekarte;url=getraenkekarte.html;status=Für Ihre Getränkekarte;");
aI("text=Weitere Bilder und Logos;url=mehrlogo.html;status=Weitere Bilder und Logos;");
}


with(milonic=new menuname("Wir")){
style=menuStyle;
top=2;
itemheight=20;
itemwidth=140;
aI("text=Grapos Profi;url=profi.html;status=Grapos Profi;");
aI("text=Unsere Leistungen;url=leistungen.html;status=Unsere Leistungen;");
aI("text=Referenzen;url=referenzen.html;status=Referenzen;");
aI("text=Werbemittel;url=werbemittel.html;status=Werbemittel;");
}



drawMenus();


