_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
projectid=9;
description="Table Based (Relative) Menus";


with(menuStyle=new mm_style()){
onbgcolor="256AA5";
oncolor="#ffffff";
offbgcolor="#00B402";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="10";
fontstyle="Bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Home")){
style=menuStyle;
overflow="scroll";
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=The Carpet Cleaner Difference;url=http://www.thecarpetcleaner.com/about.shtml;");
aI("text=Maintenance Programs;url=http://www.thecarpetcleaner.com/programs.shtml;");
aI("text=Corporate Bios;url=http://www.thecarpetcleaner.com/bios.shtml;");
aI("text=Client List;url=http://www.thecarpetcleaner.com/clients/;");

}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Residential Carpet Cleaning;url=http://www.thecarpetcleaner.com/residential_carpet_cleaning_annapolis_maryland.shtml;");
aI("text=Cleaning Methods;url=http://www.thecarpetcleaner.com/menu.shtml;");
aI("text=Upholstery/Textile Cleaning;url=http://www.thecarpetcleaner.com/upholstery.shtml;");
aI("text=Professional Carpet Repair;url=http://www.thecarpetcleaner.com/carpet-repair.shtml;");
aI("text=Water Damage Restoration;url=http://www.thecarpetcleaner.com/restoration.shtml;");
aI("text=Detail Cleaning;url=http://www.thecarpetcleaner.com/detail.shtml;");
aI("text=Consulting;url=http://www.thecarpetcleaner.com/consulting.shtml;");
aI("text=Inspections;url=http://www.thecarpetcleaner.com/inspections.shtml;");


}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Q&A;url=http://www.thecarpetcleaner.com/qanda.shtml;");
aI("text=Cleaning Tips;url=http://www.thecarpetcleaner.com/tips.shtml;");
aI("text=Manufacturer Maintenance Guidelines;url=http://www.thecarpetcleaner.com/guidelines.shtml;");
aI("text=Newsletters;url=http://www.thecarpetcleaner.com/newsletters.shtml;");
aI("text=Articles;url=http://www.thecarpetcleaner.com/articles.shtml;");
aI("text=Press Releases;url=http://www.thecarpetcleaner.com/pressreleases.shtml;");
aI("text=Screening & Security Clearing;url=http://www.thecarpetcleaner.com/adp.shtml;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Us;url=http://www.thecarpetcleaner.com/contact.shtml;");
}

with(milonic=new menuname("Order")){
style=menuStyle;
aI("text=Work Order;url=http://www.thecarpetcleaner.com/order.shtml;");
}

drawMenus();

