_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // 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="#747C8F"; //Hintergrundfarbe Rollover
oncolor="#02344F"; // Schriftfarbe Rollover
offbgcolor="#02344F"; //Hintergrundfarbe inaktiv
offcolor="#FFFFFF"; // Schriftfarbe inaktiv
bordercolor="#747C8F;";
borderstyle="solid";
borderwidth=0;
separatorcolor="#747C8F";
separatorsize="0";
padding=10;
fontsize="12px";
fontstyle="bold";
fontweight="900";
fontfamily="Helvetica, Arial, Verdana, Tahoma";
pagecolor="#02344F"; 
pagebgcolor="#E8F0F8"; // zeigt an, welche Seite gerade angewhlt ist
headercolor="#FFFFFF";
headerbgcolor="#FFFFFF";
subimage="arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.4);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.5)";

}
with(milonic=new menuname("NEWS")){
style=menuStyle;
aI("text=LATEST NEWS;url=http://www.robrock.com/index2.html;");
aI("text=TOUR-DATES;url=http://www.robrock.com/news/index.html;");

}
with(milonic=new menuname("THE BAND")){
style=menuStyle;
aI("text=MUSICIANS;url=http://www.robrock.com/band/index.html;");

}
with(milonic=new menuname("NEW CD")){
style=menuStyle;
aI("text=GARDEN OF CHAOS;url=http://www.robrock.com/new-cd/index.html;");
aI("text=NEW CD/REVIEWS;url=http://www.robrock.com/new-cd/reviews/index.html;");

}
with(milonic=new menuname("STORE")){
style=menuStyle;
aI("text=BUY NOW;url=http://www.robrock.com/store/index.html;");

}
with(milonic=new menuname("INTERACTIVE")){
style=menuStyle;
aI("text=GUESTBOOK;url=http://www.robrock.com/interact/guestbook/addname.html;");
aI("text=EMAIL CONTACT;url=http://www.robrock.com/contact/index.html;");
aI("text=LINKS;url=http://www.robrock.com/interact/links/index.html;");
aI("text=GUESTBOOK ARCHIVES;url=http://www.robrock.com/interact/guestbook/guestbook.html;");
}
with(milonic=new menuname("VOCAL TIPS")){
style=menuStyle;
aI("text=LEARN MORE...;url=http://www.robrock.com/vocal-tips/index.html;");

}
with(milonic=new menuname("ARCHIVES")){
style=menuStyle;
aI("text=DISCOGRAPHY;url=http://www.robrock.com/archives/discography/index.html;");
aI("text=AUDIOCLIPS;url=http://www.robrock.com/archives/audioclips/index.html;");
aI("text=CD-REVIEWS;url=http://www.robrock.com/archives/reviews/index.html;");
aI("text=PHOTO GALLERY 1;url=http://www.robrock.com/archives/photo-gallery/gallery1/index.html;");
aI("text=PHOTO GALLERY 2;url=http://www.robrock.com/archives/photo-gallery/gallery2/index.html;");
aI("text=LYRICS;url=http://www.robrock.com/archives/lyrics/index.html;");


}
with(milonic=new menuname("CONTACT")){
style=menuStyle;
aI("text=BY EMAIL;url=http://www.robrock.com/contact/index.html;");

}

drawMenus();
