_menuCloseDelay=800           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#1D5846";
oncolor="#ffffff";
offbgcolor="#FFFFEE";
offcolor="#333333";
bordercolor="#1D5846";
borderstyle="solid";
borderwidth=1;
separatorcolor="#5C826F";
separatorsize="1";
separatorwidth="250";
padding=5;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma, Verdana, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#301F61";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/spacer.gif";
subimagepadding="5";


overfilter="Inset(duration=0.5);Fade(duration=0.4);Alpha(opacity=90);Shadow(color='#555555', Direction=135, Strength=5)";
outfilter="Fade(duration=0.4)";
}


with(milonic=new menuname("Company")){
style=menuStyle;
top=195;
left=165;
aI("text=About Printers Square;url=/index.php;");
aI("text=Press Releases;url=/news.php;");
aI("text=Mission;url=/company-mission.php;");
aI("text=Awards;url=/awards.php;");
aI("text=Associations/Affiliations;url=/company-assoc.php;");
aI("text=Equipment List;url=/company-equipment.php;");
aI("text=Newsletter;url=http://newsletters.psquare.com;target=_blank;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
top=195;
left=228;
aI("text=Design;url=/services-design.php;");
aI("text=Digital;url=/services-digital.php;");
aI("text=Prepress;url=/services-prepress.php;");
aI("text=Press;url=/services-press.php;");
aI("text=Finishing;url=/services-finishing.php;");
aI("text=Mail/E-Mail;url=/services-mailing.php;");
aI("text=Distribution;url=/services-distware.php;");
aI("text=Print Procurement;url=/services-printproc.php;");
aI("text=Corporate Gifts/Advertising Specialty;url=/services-adspec.php;");
aI("text=Web Services;url=/services-web.php;");
aI("text=Variable Data Campaigns;url=/services-variable.php;");
}

with(milonic=new menuname("Clientarea")){
style=menuStyle;
top=195;
left=295;
aI("text=Upload Files;url=/upload.php;");
aI("text=Proofing;url=/list.php;");
aI("text=Job Tracking;url=/jobtrack.php;");
aI("text=Change Password;url=/changepasswd.php;");
}

with(milonic=new menuname("Quoteorder")){
style=menuStyle;
top=195;
left=377;
aI("text=Quotes;url=/quote.php?mode=Quote;");
aI("text=New Order Placement;url=/quote.php?mode=Order;");
}

/*with(milonic=new menuname("Contact")){
style=menuStyle;
top=195;
left=469;
aI("text=Sales and Client Support;url=/crew-sales.php;");*/
/*aI("text=Corporate Gifts & Advertising Specialty;url=/crew-adspec.php;");*/
/*aI("text=Prep;url=/crew-prep.php;");*/
/*aI("text=Design;url=/crew-design.php;");*/
/*aI("text=Estimating;url=/crew-estimating.php;");*/
/*aI("text=Administrative;url=/crew-admin.php;");*/
/*aI("text=Faces of PSquare;url=/crew-meet.php;");
}*/

with(milonic=new menuname("Specialty")){
style=menuStyle;
top=195;
left=568;
aI("text=Wedding;url=http://www.yourinvitationplace.com/Default.aspx?WebName=wedstuff;target=_blank;");
aI("text=Promotional Products;url=http://psquare.logomall.com;target=_blank;");
/*aI("text=Labels;url=http://03109pri00.clickprint.com/");*/
aI("text=Holiday Cards;url=http://www.holidaycardwebsite.com/psquare;target=_blank;");
}

with(milonic=new menuname("News")){
style=menuStyle;
top=195;
left=685;
aI("text=Paper News;url=/news.php?source=Paper;");
aI("text=Postal News;url=/news.php?source=Postal;");
aI("text=Press Releases;url=/news.php;");
aI("text=Newsletter;url=http://newsletters.psquare.com;target=_blank;");
aI("text=Current Specials;url=/news.php?source=Inventory;");
}

drawMenus();