_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=20;
_subOffsetLeft=-2;
projectid=9;
description="Table Based (Relative) Menus";


with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#DE002A";
offbgcolor="";
offcolor="#03386C";
bordercolor="#003366";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="10";
fontweight="Bold";
fontstyle="none";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#256AA5";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#B0D3F4', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Home")){
style=menuStyle;
overflow="scroll";
}

with(milonic=new menuname("City")){
style=menuStyle;
aI("text=Atlantic City NJ;url=/atlantic_city/atlantic_city.shtml;");
aI("text=Baltimore MD;url=/baltimore/baltimore.shtml;");
aI("text=Boston MA;url=/boston/boston.shtml;");
aI("text=Chicago IL;url=/chicago/chicago.shtml;");
aI("text=Cleveland IL;url=/cleveland/cleveland.shtml;");
aI("text=Delaware Beaches;url=/delaware_beaches/delaware_beaches.shtml;");
aI("text=Fort Lauderdale FL;url=/fort_lauderdale/fort_lauderdale.shtml;");
aI("text=Las Vegas NV;url=/las_vegas/las_vegas.shtml;");
aI("text=Miami FL;url=/miami/miami.shtml;");
aI("text=Ocean City MD;url=/ocean_city/ocean_city.shtml;");
aI("text=Philadelphia PA;url=/philadelphia/philadelphia.shtml;");
aI("text=Washington DC;url=/washington_dc/washington_dc.shtml;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=CITYPEEK Food.Hotels.Events. Blog;url=http://www.citypeek.com/blog;status=Travel Blog;");
aI("text=Delaware Beaches Travel Blog;url=http://www.citypeek.com/delaware_beaches_blog;status=Delaware Beaches Travel Blog;");
aI("text=Ocean City Travel Blog;url=http://www.citypeek.com/ocean_city_blog/;status=Ocean City Travel Blog;");
 
}

with(milonic=new menuname("events")){
style=menuStyle;
aI("text=Event Calendar;url=http://www.citypeek.com/event_calendar;status=Event Calendar;");
aI("text=Post Your Event - FREE;url=http://www.citypeek.com/event_calendar;status=Post Your Event - FREE;");
aI("text=Post Your Highlighted Event - Fee;url=http://www.citypeek.com/events.shtml;status=Post Your Highlighted Event - Fee;");
}

with(milonic=new menuname("FAQ")){
style=menuStyle;
aI("text=FAQ ;url=/faq.shtml;status=FAQ ;");
aI("text=Subscriber Agreement;url=/subscriber_agreement.shtml;status=Subscriber Agreement;");
aI("text=Press;url=/press.shtml;status=Press;");
aI("text=Links ;url=/links.shtml;status=Links ;"); 
}

with(milonic=new menuname("advertise")){
style=menuStyle;
aI("text=Advertise with CITYPeek;url=/advertise.shtml;status=Advertise;");
aI("text=Become a Partner;url=/partners.shtml;status=Partners;");
}

drawMenus();

