function mmLoadMenus() {

	var menuborder, thefonttype, thefontsize, maintext, mouseover, bgmain, menulitebgcolor, menuborderbgcolor, bgcolorshad;
	menuborder = 1;
	thefonttype = "Verdana, Arial, Helvetica, sans-serif";
	thefontsize = 10;
	maintext = "#333333";
	mouseover = "#336699";
	bgmain = "#FFFFFF";
	menulitebgcolor = "#FFFFFF";
	menuborderbgcolor = "#CCCCCC";
	bgcolorshad = "#CCCCCC";

  if (window.solutions) return;
  window.solutions = new Menu("root",330,18, thefonttype, thefontsize, maintext, bgmain, bgmain, mouseover,"left","middle",3,0,550,-5,7,true,true,true,0,true,true);
  solutions.addMenuItem("iSENSE - Intrustion Detection Products and Services","location='isense.html'");
  //solutions.addMenuItem("iTRUST - Web Proxy Products and Services","location='itrust.html'");
  //solutions.addMenuItem("iMONITOR - Monitoring Products and Services","location='imonitor.html'");
  solutions.addMenuItem("iLEARN - IT Security Training Solutions","location='ilearn.html'");
  solutions.hideOnMouseOut=true;
  solutions.menuBorder=menuborder;
  solutions.menuLiteBgColor=menulitebgcolor;
  solutions.menuBorderBgColor=menuborderbgcolor;
  solutions.bgColor=bgcolorshad;
  
  window.homemen = new Menu("root",245,18, thefonttype, thefontsize, maintext, bgmain, bgmain, mouseover,"left","middle",3,0,550,-5,7,true,true,true,0,true,true);
  homemen.addMenuItem("About Us","location='aboutus.html'");
  //homemen.addMenuItem("Mission","location='missionstatement.html'");
  //homemen.addMenuItem("Expertise","location='expertise.html'");
  //homemen.addMenuItem("Locations","location='locations.html'");
  homemen.hideOnMouseOut=true;
  homemen.menuBorder=menuborder;
  homemen.menuLiteBgColor=menulitebgcolor;
  homemen.menuBorderBgColor=menuborderbgcolor;
  homemen.bgColor=bgcolorshad;
  
  window.comm = new Menu("root",245,18, thefonttype, thefontsize, maintext, bgmain, bgmain, mouseover,"left","middle",3,0,550,-5,7,true,true,true,0,true,true);
  comm.addMenuItem("Aruba Networks","location='aruba.html'");
  comm.addMenuItem("Check Point","location='checkpoint.html'");
  comm.addMenuItem("Cisco","location='cisco.html'");
  comm.addMenuItem("McAfee","location='mcafee.html'");
  comm.addMenuItem("Q1 Labs","location='q1_labs.html'");
  comm.addMenuItem("Riverbed","location='riverbed.html'");
  comm.addMenuItem("SafeNet","location='safenet.html'");
  //comm.addMenuItem("ArcSight","location='arcsight.html'");  
 // comm.addMenuItem("Check Point - Data Security","location='checkpoint-datasecurity.html'");
  //comm.addMenuItem("Check Point - End Point Security","location='checkpoint-endpointsecurity.html'");
  //comm.addMenuItem("Check Point - Security Management","location='checkpoint-securitymanagement.html'");
  //comm.addMenuItem("Check Point","location='checkpoint.html'");  
  //comm.addMenuItem("F-Secure","location='fsecure.html'");
  //comm.addMenuItem("Intellitactics","location='intellitactics.html'");
  //comm.addMenuItem("Juniper Networks","location='juniper.html'");
  //comm.addMenuItem("RSA","location='rsa.html'");
  //comm.addMenuItem("Secure Computing - Secure Web","location='securecomputing-secureweb.html'");
  //comm.addMenuItem("Secure Computing - Secure Mail","location='securecomputing-securemail.html'");
  //comm.addMenuItem("Secure Computing - Secure Firewall","location='securecomputing-securefirewall.html'");
  //comm.addMenuItem("Secure Computing - Secure Safeword","location='securecomputing-securesafeword.html'");  
  comm.hideOnMouseOut=true;
  comm.menuBorder=menuborder;
  comm.menuLiteBgColor=menulitebgcolor;
  comm.menuBorderBgColor=menuborderbgcolor;
  comm.bgColor=bgcolorshad;

  window.services = new Menu("root",245,18, thefonttype, thefontsize, maintext, bgmain, bgmain, mouseover,"left","middle",3,0,550,-5,7,true,true,true,0,true,true);
  services.addMenuItem("Managed Services","location='managedservices.html'");
  services.addMenuItem("Co-Sourced Services","location='supportservices.html'");
  services.addMenuItem("IT Monitoring Services","location='itmonitoring.html'");
 // services.addMenuItem("Current State Assessments","location='currentstateassessments.html'");
 // services.addMenuItem("SOX Readiness Assessments","location='soxreadiness.html'");
  services.addMenuItem("Firewall Support Services","location='firewallsupport.html'");
  services.addMenuItem("Vulnerability Scanning/Penetration Testing","location='vulnerabilityscanning.html'");
  services.addMenuItem("IT Security Current State Assessments","location='securityassessments.html'");
  services.addMenuItem("IT Security Sarbanes-Oxley Assessments ","location='sarbanesassessments.html'");
  services.addMenuItem("Network / Security Design Services","location='securitydesign.html'");
  
  services.addMenuItem("IT Security Project Management Services","location='projectmanagement.html'");
  //services.addMenuItem("End Point Security","location='endpointsecurity.html'");
  services.hideOnMouseOut=true;
  services.menuBorder=menuborder;
  services.menuLiteBgColor=menulitebgcolor;
  services.menuBorderBgColor=menuborderbgcolor;
  services.bgColor=bgcolorshad;

  window.edu = new Menu("root",245,18, thefonttype, thefontsize, maintext, bgmain, bgmain, mouseover,"left","middle",3,0,550,-5,7,true,true,true,0,true,true);
  edu.addMenuItem("Check Point","location='checkpoint_education.html'");
  edu.addMenuItem("ITSP","location='itsp.html'");
  edu.addMenuItem("McAfee","location='mcafee_education.html'");
  //edu.addMenuItem("Hacking & Countermeasures","location='hackingandcountermeasures.html'");
  //edu.addMenuItem("Other","location='other.html'");
  edu.hideOnMouseOut=true;
  edu.menuBorder=menuborder;
  edu.menuLiteBgColor=menulitebgcolor;
  edu.menuBorderBgColor=menuborderbgcolor;
  edu.bgColor=bgcolorshad;

  solutions.writeMenus();
}