


_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=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

screenposition="center";


with(menuStyle=new mm_style()){
onbgcolor="#890c4c";
oncolor="#ffffff";
offbgcolor="#d29cac";
offcolor="#515151";
bordercolor="#890c4c";
borderstyle="solid";
borderwidth=1;
separatorcolor="#890c4c";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial, 911 Porscha";
pagecolor="black";
pagebgcolor="#ad547c";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
top=80;
//left=45;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.html;status=Back To Protocast Home Page;");
aI("text=About Protocast;url=protocast.html;");
aI("text=Products;showmenu=Products;");
aI("text=Gallery;");
aI("text=Links;showmenu=Links");
aI("text=Contact Us;url=contact.html;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
overflow="scroll";
aI("text=Lotus;url=lotus.html");
aI("text=Mitsubishi;url=mitsubishi.html");
aI("text=Porsche;url=porsche.html");
aI("text=Toyota;url=toyota.html;");
}


with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Lotus;url=lotuslinks.html");
aI("text=Mitsubishi;url=mitsubishilinks.html");
aI("text=Porsche;url=porschelinks.html");
aI("text=Toyota;url=toyotalinks.html;");
}

with(milonic=new menuname("Find Us")){
style=menuStyle;
// margin=20;
aI("text=Concerts;url=hgwells.html;");
aI("text=Rehearsals;url=http://www.streetmap.co.uk/newmap.srf?x=503868&y=159617&z=1&sv=503868,159617&st=4&mapp=newmap.srf&searchp=newsearch.srf&dn=533;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
// margin=20;
aI("text=Feedback Form;url=contactwso.html;");
aI("text=WSO Guestbook;url=http://pub15.bravenet.com/guestbook/show.php?usernum=1236265316;");
}
drawMenus();


