﻿// JScript File
function mmLoadMenus() {
  if (window.mm_menu_0217112303_0) return;
                    window.mm_menu_0217112303_0 = new Menu("root",167,18,"tahoma",12,"#000000","#000000","#C7E0EE","#E0E5E9","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_0217112303_0.addMenuItem("Software Development ","window.open('softwaredevelopment.html', '_self');");
  mm_menu_0217112303_0.addMenuItem("Software Testing ","window.open('softwaretesting.html', '_self');");
  mm_menu_0217112303_0.addMenuItem("Web Designing","window.open('webdesigning.html', '_self');");
  mm_menu_0217112303_0.addMenuItem("I&nbsp;T&nbsp;Enabled&nbsp;Services&nbsp;","window.open('ites.html', '_self');");
  mm_menu_0217112303_0.addMenuItem("E&nbsp;R&nbsp;P");
  mm_menu_0217112303_0.addMenuItem("Software Training","window.open('softwaretraining.html', '_self');");
  mm_menu_0217112303_0.addMenuItem("Web Hosting","window.open('webhosting.html', '_self');");
  mm_menu_0217112303_0.addMenuItem("Request&nbsp;A&nbsp;Quote ","window.open('quote.aspx', '_self');");
   mm_menu_0217112303_0.fontWeight="bold";
   mm_menu_0217112303_0.hideOnMouseOut=true;
   mm_menu_0217112303_0.bgColor='#555555';
   mm_menu_0217112303_0.menuBorder=1;
   mm_menu_0217112303_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0217112303_0.menuBorderBgColor='#777777';

mm_menu_0217112303_0.writeMenus();
} // mmLoadMenus()
//--------------- LOCALIZEABLE GLOBALS ---------------
var d=new Date();
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
//Ensure correct for language. English is "January 1, 2004"
var TODAY = monthname[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear();
//---------------   END LOCALIZEABLE   ---------------




