
/*

This builds the menu for the items in the main directory.
noice we use the setPath() function here to override the default location of ../path/file  we usually use.
the /path/file  is overridden automatically - it was hard coded everywhere so it was easier to override in the addMenuItem function 
than it would have been to change it everywhere in this website.
-Reece

*/

function mmLoadMenus() {
// Rates Options    
   if (window.mm_menu_0810104304_0) return;
  window.mm_menu_0810104304_0 = new Menu("root",185,18,"verdana, trebuchet, sans-serif;",11,"#666","#666","#eee","#f5b84d","left","middle",10,0,1000,-5,7,true,true,true,0,true,true); 
  // only the main index function does this.  We do it to override the ../ used in the other page's drop down menus.
  mm_menu_0810104304_0.setPath("");
  // start making the menu items.
  mm_menu_0810104304_0.addMenuItem("Retail","location='/rates/retail.php'");
   mm_menu_0810104304_0.addMenuItem("Quick Service Restaurant","location='/rates/qsr.php'");
    mm_menu_0810104304_0.addMenuItem("Table Service Restaurant","location='/rates/restaurant.php'");
	 mm_menu_0810104304_0.addMenuItem("Wireless","location='/rates/wireless.php'");
	  mm_menu_0810104304_0.addMenuItem("Mail or Telephone-Order","location='/rates/moto.php'");
	   mm_menu_0810104304_0.addMenuItem("Internet","location='/rates/internet.php'");
	     mm_menu_0810104304_0.hideOnMouseOut=true;
	     mm_menu_0810104304_0.bgColor='#eee';
	     mm_menu_0810104304_0.menuBorder=1;
	     mm_menu_0810104304_0.menuLiteBgColor='#eee';
	     mm_menu_0810104304_0.menuBorderBgColor='#eeb211';

// Services Options
  if (window.mm_menu_0810104304_1) return;
  window.mm_menu_0810104304_1 = new Menu("root",175,18,"verdana, trebuchet, sans-serif;",11,"#666","#666","#eee","#f5b84d","left","middle",10,0,1000,-5,7,true,true,true,0,true,true); 
  // only the main index function does this.  We do it to override the ../ used in the other page's drop down menus.
  mm_menu_0810104304_1.setPath("");
  // start making the menu items.
  mm_menu_0810104304_1.addMenuItem("Credit Card Processing","location='/services/credit.php'");
   mm_menu_0810104304_1.addMenuItem("Debit Card Processing","location='/services/debit.php'");
    mm_menu_0810104304_1.addMenuItem("Check Processing","location='/services/checks.php'");
	 mm_menu_0810104304_1.addMenuItem("Gift and Loyalty Cards","location='/services/gift.php'");
   	  mm_menu_0810104304_1.addMenuItem("EBT Processing","location='/services/ebt.php'");
  	   mm_menu_0810104304_1.addMenuItem("POS Integration","location='/services/integration.php'");
	    mm_menu_0810104304_1.addMenuItem("Merchant Accounts 101","location='/services/101.php'");
   		  mm_menu_0810104304_1.hideOnMouseOut=true;
   		  mm_menu_0810104304_1.bgColor='#eee';
   		  mm_menu_0810104304_1.menuBorder=1;
   		  mm_menu_0810104304_1.menuLiteBgColor='#eee';
   		  mm_menu_0810104304_1.menuBorderBgColor='#eeb211';

// Products Options    
   if (window.mm_menu_0810104304_2) return;
  window.mm_menu_0810104304_2 = new Menu("root",125,18,"verdana, trebuchet, sans-serif;",11,"#666","#666","#eee","#f5b84d","left","middle",10,0,1000,-5,7,true,true,true,0,true,true); 
  // only the main index function does this.  We do it to override the ../ used in the other page's drop down menus.
  mm_menu_0810104304_2.setPath("");
  // start making the menu items.
  mm_menu_0810104304_2.addMenuItem("Software","location='/products/software.php'");
   mm_menu_0810104304_2.addMenuItem("Gateways","location='/products/gateways.php'");
    mm_menu_0810104304_2.addMenuItem("Terminals","location='/products/terminals.php'");
	 mm_menu_0810104304_2.addMenuItem("PIN Pads","location='/products/pinpads.php'");
	   mm_menu_0810104304_2.hideOnMouseOut=true;
	   mm_menu_0810104304_2.bgColor='#eee';
	   mm_menu_0810104304_2.menuBorder=1;
	   mm_menu_0810104304_2.menuLiteBgColor='#eee';
	   mm_menu_0810104304_2.menuBorderBgColor='#eeb211';
   
// InstaRate Calculator Options
if (window.mm_menu_0810104304_3) return;
  window.mm_menu_0810104304_3 = new Menu("root",200,18,"verdana, trebuchet, sans-serif;",11,"#666","#666","#eee","#f5b84d","left","middle",10,0,1000,-5,7,true,true,true,0,true,true); 
  // only the main index function does this.  We do it to override the ../ used in the other page's drop down menus.
  mm_menu_0810104304_3.setPath("");
  // start making the menu items.
  mm_menu_0810104304_3.addMenuItem("Online Merchant Agreement","location='/agreement/'");
   //mm_menu_0810104304_3.addMenuItem("Staff","location='/faculty-staff/staff/'");
     mm_menu_0810104304_3.hideOnMouseOut=true;
     mm_menu_0810104304_3.bgColor='#eee';
     mm_menu_0810104304_3.menuBorder=1;
     mm_menu_0810104304_3.menuLiteBgColor='#eee';
     mm_menu_0810104304_3.menuBorderBgColor='#eeb211';

// Newsroom Options
if (window.mm_menu_0810104304_4) return;
  window.mm_menu_0810104304_4 = new Menu("root",100,18,"verdana, trebuchet, sans-serif;",11,"#666","#666","#eee","#f5b84d","left","middle",10,0,1000,-5,7,true,true,true,0,true,true); 
  // only the main index function does this.  We do it to override the ../ used in the other page's drop down menus.
  mm_menu_0810104304_4.setPath("");
  // start making the menu items.
  mm_menu_0810104304_4.addMenuItem("Careers","location='/careers.php'");
   //mm_menu_0810104304_4.addMenuItem("of Current Students","location='/parents/current-students/'");
     mm_menu_0810104304_4.hideOnMouseOut=true;
     mm_menu_0810104304_4.bgColor='#eee';
     mm_menu_0810104304_4.menuBorder=1;
     mm_menu_0810104304_4.menuLiteBgColor='#eee';
     mm_menu_0810104304_4.menuBorderBgColor='#eeb211';
   
    
//increase the number of _4 if you add a new submenu
mm_menu_0810104304_4.writeMenus();
} // mmLoadMenus()

