


_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=4               // 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(MapSample=new mm_style()){
onbgcolor="white";
oncolor="black";
offbgcolor="white";
offcolor="black";
bordercolor="#003366";
borderstyle="solid";
padding=6;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Helvetica, sans-serif";
high3dcolor="#00FFCC";
low3dcolor="#000099";
pagecolor="black";
pagebgcolor="white";
headercolor="black";
headerbgcolor="#FFFFE1";
}


with(milonic=new menuname("Bubbles")){
style=MapSample;
borderwidth=1;
aI("text=<b>Tour Navigation</b>;type=header;align=center;");
aI("text=Use these numbered buttons to <br>jump to any stop along the tour.;type=header;");
}

with(milonic=new menuname("Pics")){
style=MapSample;
borderwidth=1;
aI("text=<b>Pictures</b>;type=header;align=center;");
aI("text=Click on any main-page photograph <br>to see an enlargement.;type=header;");
}

with(milonic=new menuname("Description")){
style=MapSample;
borderwidth=1;
aI("text=<b>Text Description</b>;type=header;align=center;");
aI("text=The Reader's Digest version of what your <br>tour guide might say at this stop.;type=header;");
}
with(milonic=new menuname("History")){
style=MapSample;
borderwidth=1;
aI("text=<b>History and Lore</b>;type=header;align=center;");
aI("text=Click on these links to read some <br>of the anecdotes that have made <br>Orange Key tours famous.;type=header;");
}

with(milonic=new menuname("MoreInfo")){
style=MapSample;
borderwidth=1;
aI("text=<b>More Information</b>;type=header;align=center;");
aI("text=Click on these links for details <br>about the items mentioned<br>at each tour stop.;type=header;");
}

with(milonic=new menuname("TourMap")){
style=MapSample;
borderwidth=1;
aI("text=<b>Tour Map<b>;type=header;align=center;");
aI("text=At any point during the tour, click on <br>the map to see the overall tour route.;type=header;");
}

drawMenus();

