

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#BBCCDD";
offbgcolor="#BBCCDD";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#999999";
separatorsize="1";
padding=4;
fontsize="90%";
fontstyle="normal";
fontweight ="bold";
fontfamily="arial, Helvetica, sans-serif";
pagecolor="white";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#ffffff";
}


with(menuStyle2=new mm_style()){
onbgcolor="#224466";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#efefef";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontweight ="bold";
fontfamily="arial, Helvetica, sans-serif";
pagecolor="white";
pagebgcolor="#335577";
headercolor="#000000";
headerbgcolor="#ffffff";
}


with(menuStyle3=new mm_style()){
onbgcolor="#224466";
align ="center";
oncolor="#ffffff";
offbgcolor="#efefef";
offcolor="#999999";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=5;
fontsize="90%";
fontstyle="normal";
fontweight ="bold";
fontfamily="arial, Helvetica, sans-serif";
pagecolor="white";
pagebgcolor="#335577";
headercolor="#000000";
headerbgcolor="#ffffff";
}


with(milonic=new menuname("About Us")){
style=menuStyle2;
orientation="vertical";
aI("text=Management Team;url=http://www.dashprinting.com/AboutUs/managementTeam.asp;status=Management Team;pagematch=ManagementTeam/");
aI("text=Background;url=http://www.dashprinting.com/AboutUs/Background.asp;status=Background;pagematch=Background/");
aI("text=What We Do;url=http://www.dashprinting.com/AboutUs/whatWeDo.asp;status=What We Do;pagematch=WhatWeDo/");
aI("text=Location;url=http://www.dashprinting.com/AboutUs/Location.asp;status=Location;pagematch=Location/");
}
with(milonic=new menuname("Products")){
style=menuStyle2;
orientation="vertical";
aI("text=Binding;url=http://www.dashprinting.com/Products/Binding.asp;status=Binding;pagematch=Binding/");
aI("text=Business Cards;url=http://www.dashprinting.com/Products/BusinessCards.asp;status=Business Cards;pagematch=BusinessCards/");
aI("text=Copying &amp; Printing;url=http://www.dashprinting.com/Products/copyingPrinting.asp;status=Copying &amp; Printing;pagematch=Copyingamp;Printing/");
aI("text=Delivery;url=http://www.dashprinting.com/Products/delivery.asp;status=Delivery;pagematch=Delivery/");
aI("text=Design;url=http://www.dashprinting.com/Products/Design.asp;status=Design;pagematch=Design/");
aI("text=Folding;url=http://www.dashprinting.com/Products/Folding.asp;status=Folding;pagematch=Folding/");
aI("text=Letterhead;url=http://www.dashprinting.com/Products/Letterhead.asp;status=Letterhead;pagematch=Letterhead/");
aI("text=Postcards &amp; Flyers;url=http://www.dashprinting.com/Products/PostcardsFlyers.asp;status=Postcards &amp; Flyers;pagematch=Postcards&amp;Flyers/");
aI("text=Posters, Signs &amp; Banners;url=http://www.dashprinting.com/Products/posters.asp;status=Posters, Signs &amp; Banners;pagematch=Posters,Signsamp;Banners/");
aI("text=Promotional Items;url=http://www.dashprinting.com/Products/Promotional_Items.asp;status=PromotionalItems;pagematch=PromotionalItems/");
aI("text=Mailing/Fulfillment;url=http://www.dashprinting.com/Products/Fulfillment.asp;status=Mailing/Fulfillment;pagematch=Mailing/Fulfillment/");
aI("text=Newsletters;url=http://www.dashprinting.com/Products/Newsletters.asp;status=Newsletters;pagematch=Newsletters/");
aI("text=Upload Files;url=http://dropbox.yousendit.com/Dashprinting;status=Upload Files;pagematch=UploadFiles/");
}
with(milonic=new menuname("File Repair")){
style=menuStyle2;
orientation="vertical";
aI("text=Custom Quote;url=http://www.dashprinting.com/FileRepair/FileRepair.asp;status=RFQ;pagematch=FileRepair/");
}
with(milonic=new menuname("Custom Quote")){
style=menuStyle2;
orientation="vertical";
aI("text=Custom Quote;url=http://www.dashprinting.com/RFQ/rfq.asp;status=RFQ;pagematch=RFQ/");
aI("text=Payment;url=http://www.dashprinting.com/RFQ/payment.asp;status=Payment;pagematch=Payment/");
}
with(milonic=new menuname("Our Customers")){
style=menuStyle2;
orientation="vertical";
aI("text=Who They Are;url=http://www.dashprinting.com/OurCustomers/whoTheyAre.asp;status=Who They Are;pagematch=WhoTheyAre/");
aI("text=Referrals;url=http://www.dashprinting.com/OurCustomers/referral.asp;status=Referrals;pagematch=Referrals/");
aI("text=Testimonials;url=http://www.dashprinting.com/OurCustomers/testimonials.asp;status=Testimonials;pagematch=Testimonials/");
}
with(milonic=new menuname("Contact Us")){
style=menuStyle2;
orientation="vertical";
aI("text=Contact Us;url=http://www.dashprinting.com/ContactUs/ContactUs.asp;status=Contact Us;pagematch=ContactUs/");
}



drawMenus();
