﻿//  Filename:    menus.js
//  Owner:       Astec Computing
//  Author:      BioMedical Computing Ltd
//  Description: Javascript data file for the menus

// Set the delay before the drop down menus dissapear (in seconds) after mouse is moved away here.
var hideDelay = 1;

// The main menu contains 2 arrays
// The first array stores the text to display in the menu
// The second array stores the link that is followed when the item is clicked
var mainMenu = new Array(
    new Array("HOME","WHY ASTEC","SUPPORT","SERVICES","FREE STUFF","TESTIMONIALS","CLIENT AREA","CONTACT"),
    new Array("/","/whyastec.html","/support/","/nwinst.html","/freestuff.html","/testimonials.html","/client/index.html","/contact.html")
);

// Create drop down menus here. They are formatted in the same way as the main menu items.
var subMenu0 = new Array(

);
var subMenu1 = new Array(

);
var subMenu2 = new Array(

);
var subMenu3 = new Array(
    new Array("Network Installations & Upgrades","Disaster Recovery", "Internet, email & hosting", "Mobile & Remote Working", "Telephone Systems", "Structured Cabling", "Hardware & Software", "Business Software Solutions", "Consulting", "Finance & Leasing", "Whiteboards for Business", "Schools & Education", "Whiteboards for Education"),
    new Array("/nwinst.html","/dr.html","/internet.html","/mobile.html","/telephone.html","/cabling.html","/hardware.html","/bussoftware.html","/consulting.html","/leasing.html","/whiteboards/for-business.html","/education.htm","/whiteboards/for-education.html")
);
var subMenu4 = new Array(

);
var subMenu5 = new Array(

);
var subMenu6 = new Array(

);
var subMenu7 = new Array(

);
var subMenu8 = new Array(

);
