


_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="#C5D101";
oncolor="#8F1E1E";
offbgcolor="#FF7B0B";
offcolor="#000000";
bordercolor="#47B626";
borderstyle="solid";
borderwidth=0;
separatorcolor="#DAE77F";
separatorsize="2";
padding=4;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#016AAB";
headercolor="red";
headerbgcolor="red";
subimage="images/arrow_blck.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=180;
aI("text=GrapiVit Sortenübersicht;url=grapivit.html;status=GrapiVit Sortenübersicht;");
aI("text=GrapiVit Technik;url=grapivit_technik.html;status=GrapiVit Ausschanktechnik;");
aI("text=GrapiVit Imagefolder;url=http://www.grapos.com/images/downloads/folder/Folder_GrapiVit_D-Kin_112011_s.pdf;target=_blank;status=GrapiVit Imagefolder;");
}

with(milonic=new menuname("Fruestueck")){
style=menuStyle;
itemheight=20;
itemwidth=180;
aI("text=GrapiSun Sortenübersicht;url=grapisun.html;status=GrapiSun Sortenübersicht;");
aI("text=GrapiSun Technik;url=grapisun_technik.html;status= GrapiSun Ausschanktechnik;");
aI("text=GrapiSun Imagefolder;url=http://www.grapos.com/images/downloads/folder/Folder_GrapiSun_D.pdf;target=_blank;status=GrapiSun Imagefolder;");
}


with(milonic=new menuname("Technik")){
style=menuStyle;
top=2;
itemheight=20;
itemwidth=140;
aI("text=GrapiVit Technik;url=grapivit_technik.html;status=GrapiVit Ausschanktechnik;");
aI("text=GrapiSun Technik;url=grapisun_technik.html;status=GrapiSun Ausschanktechnik;");
}

with(milonic=new menuname("down")){
style=menuStyle;
top=2;
itemheight=20;
itemwidth=140;
aI("text=Unsere Downloads;url=downloads.html;status=Unsere Downloads;");
}

with(milonic=new menuname("lannach")){
style=menuStyle;
top=2;
itemheight=20;
itemwidth=140;
aI("text=Grapos Headquarter;url=http://www.grapos.com/unternehmen.html;target=_blank;status=Grapos Headquarter;");
}

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=Kontakt;url=kontakt.html;status=Kontaktinformationen;");
}



drawMenus();


