_CFix=true;

_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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding="2px 12px 3px 12px";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="https://www.corpcomputerservices.com/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);";
outfilter="Fade(duration=0.2);";
}

with(submenuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding="2px 12px 3px 12px";
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="https://www.corpcomputerservices.com/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);";
outfilter="Fade(duration=0.2);";
}

with(milonic=new menuname("Services")){
style=submenuStyle;
overflow="scroll";
aI("text=Services Overview;url=computer-services.php;");
aI("text=Planning;url=network-planning.php;");
aI("text=Projects;url=network-upgrades-projects.php;");
aI("text=Maintenance;url=network-maintenance.php;");
aI("text=Repair;url=computer-repair.php;");
}

with(milonic=new menuname("AboutUs")){
style=submenuStyle;
overflow="scroll";
aI("text=About Us Overview;url=about-corporate-computer-services.php;");
aI("text=Support Team;url=computer-service-support-team.php;");
aI("text=Sample Client Testimonials;url=client-testimonials.php;");
aI("text=Easy to Work With Policy;url=easy-to-work-with.php;");
aI("text=Career Opportunities;url=career-opportunities-IT-Professional.php;");
aI("text=Privacy Policy;url=privacy.php;");
}

with(milonic=new menuname("Resources")){
style=submenuStyle;
overflow="scroll";
//aI("text=Search Corporate Computer Services;url=search.php;");
aI("text=Recommended Vendors;url=technology-vendors.php;");
aI("text=Grade Your Computer Support Quiz;url=computer-support-quiz.php;");
}

with(milonic=new menuname("FreeArticles")){
style=submenuStyle;
overflow="scroll";
aI("text=Three Things Every Small Business<br>Needs to Know about Network Security;url=network-security.php;");
aI("text=What to Consider when Buying a New<br>PC or Server for Your Office;url=buying-pc-buying-server.php;");
aI("text=The Four Things Small Businesses Need to<br>Know Before Outsourcing Their Next IT Project;url=outsourcing-network-upgrades.php;");
aI("text=The Six Most Overlooked Ways Small<br>Business Owners Can Lower IT Costs;url=computer-support-save-money.php;");
aI("text=The Four Common Mistakes Small Businesses<br>Make When Outsourcing IT Support;url=outsourcing-it-support.php;");
aI("text=IT Policies Every Small Business Should Have;url=it-policies-small-business.php;");
aI("text=Four Reasons Small Businesses Settle for<br>Mediocre Computer Support;url=four-reasons.php;");
aI("text=IT Outsourcing: The Reasons, Risks and Rewards;url=it-outsourcing.php;");
aI("text=Reasons to Outsource Your Network Support<br>to Corporate Computer Services, Inc.;url=reasons-to-outsource-to-ccs.php;");
aI("text=10 Warning Signs of Computer or Server Trouble;url=computer-trouble-warning-signs.php;");
}

drawMenus();


