var newDefs = new Object;
//newDefs.overimg = "images/noarrow.gif";
//newDefs.outimg = "images/noarrow.gif";
newDefs.background = "#E6E6FA";  //lavender
newDefs.border = "#ff0000";
//newDefs.useclass = "menuText";
newDefs.timeout = 500;  //0.5'
newDefs.pause = 100;
flyDefs (newDefs);

makeLayer ("menu2",
    "",
    "About...=about.htm",
    "History=history.htm",
    "Archaeology=archaeology.htm",
    "Location=location.htm",
    "Weather=weather.htm",
    "Cuisine=cuisine.htm"
);

