with(milonic=new menuname("QLMenu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("image=/img/quick.gif;overimage=/img/quick_hi.gif;showmenu=quickLinks;");
}

with(menuStyleQL=new mm_style()){
	onclass="menuOnClass";
	offclass="menuOffClass";
}

with(milonic=new menuname("quickLinks")){
style=menuStyleQL;
left="offset=-55";
top="offset=9";
aI("text=<br>;url=#;");
aI("text=Contact Us;url=/about/Contact-Us.php;");
aI("text=Staff Directory;url=/about/Staff.php;");
aI("text=Membership;url=/get-involved/Membership.php;");
aI("text=Tours;url=/events-tours/Tours.php;");
aI("text=Apply For a Marker;url=/get-involved/Apply-for-a-Marker.php;");
aI("text=Site Index;url=/about/Site-Index.php;");
aI("text=Shopping Cart;url=/store/cart.php;");
aI("text=<br>;url=#;");
}

drawMenus();
