/*
var avail="190+((cmpage.x2-235)/7)";
oM.menuPlacement=new Array(192,avail+"-11",avail+"*2-8",avail+"*3-12",avail+"*4-7",avail+"*5-9",avail+"*6+5")
oM.construct()
*/

   //Making a menu object
   oMenu=new makeCM('oMenu');
   oMenu.pxBetween=20;
   oMenu.fromTop=76;
   oMenu.fromLeft=120;
   oMenu.wait=500;
   oMenu.resizeCheck=1;
   oMenu.zIndex=200;
   oMenu.menuPlacement=120;
   oMenu.onlineRoot='/';
   oMenu.rows=1;
   oMenu.fillImg='/images/BlankSquare.gif';
   oMenu.frames=0;

   oMenu.level[0]=new cm_makeLevel(120, 19, "MainMenu", "MainMenuOver", 0, 0, "MenuBorder", 0, 'bottom', 0, 0, 0 ,0, 0);
   oMenu.level[1]=new cm_makeLevel(180, 19, "MainMenu", "MainMenuOver", 0.2, 0.49, "SubMenuBorder", 1, 'right', 0, 0, 0, 0, 1);
   
   //Background bar properties
//   oMenu.useBar=1
//   oMenu.barX="menu";
//   oMenu.barY="menu";
//   oMenu.barWidth="menu";
//   oMenu.barHeight="menu";
//   oMenu.barClass="{position: absolute; background-color: #698bbe}";
//   oMenu.barBorderX=0;
//   oMenu.barBorderY=0;

  oMenu.makeMenu('Company', '', 'Company', 'about.html', '_blank', 120, 19);
    oMenu.makeMenu('About', 'Company', 'About Us', 'about.html', '_blank');
    oMenu.makeMenu('Contact', 'Company', 'Contact Us', 'contact.html');
    oMenu.makeMenu('EMail', 'Company', 'Send EMail', 'mai'+'lto:e'+'nquiri'+'es'+'@'+'itinsid'+'eout.c'+'om');

  oMenu.makeMenu('Services', '', 'Services Home', 'EntryPage.html', 0, 120, 19);
    oMenu.makeMenu('Training', 'Services', 'SoftwareTraining', 'SoftwareTraining.html');
    oMenu.makeMenu('Accounts', 'Services', 'Accounting Systems', 'AccountingSystems.html');
    oMenu.makeMenu('Development', 'Services', 'Software Development', 'SoftwareDevelopment.html');
    oMenu.makeMenu('Networks', 'Services', 'Networks', 'Networks.html');
    oMenu.makeMenu('Support', 'Services', 'Support', 'Support.html');
    oMenu.makeMenu('Hosting', 'Services', 'Hosting', 'Hosting.html');
    oMenu.makeMenu('Internet', 'Services', 'Internet', 'Internet.html');
    oMenu.makeMenu('Consultancy', 'Services', 'Consultancy', 'Consultancy.html');

  oMenu.makeMenu('Catalogue', '', 'Product Catalogue', 'accounts/WTRProductCatalogue.html');
    oMenu.makeMenu('Book', 'Catalogue', 'Book On-Line', 'training_index.html', 0, 120, 19);
   //Initiates the menu
   oMenu.construct()


