/*====================================================*
  menu.js
  Simple menu script written by Landi le Roux
 *====================================================*/

/* (text, directory, filename) */
Menu00 = new Array("Home",                "Home",                   "index.htm");
Menu01 = new Array("Project Information", "ProjectInformation",     "ProjectInformation.htm");
Menu02 = new Array("Draft Framework",     "DraftFramework",         "DraftFramework.htm");
Menu03 = new Array("Feedback",            "Feedback",               "Feedback.ASPX");

/* (text, directory, filename) */
MenuSub00 = new Array("Home",                "Home",                   "../index.htm");
MenuSub01 = new Array("Project Information", "ProjectInformation",     "../ProjectInformation.htm");
MenuSub02 = new Array("Draft Framework",     "DraftFramework",         "../DraftFramework.htm");
MenuSub03 = new Array("Feedback",            "Feedback",               "../Feedback.ASPX");

var NoOfFirstLineMenus = 4;
var LowBackground      = "#C0C0C0";   //Background color when mouse is not over
var LowFont            = "#000000";   //Font color when mouse is not over
var CurrentPageFont    = "#FFFFFF";   //Font when current page
var ImgString          = "";          //If empty use | else in format '<IMG height=14 src="images\/grey.gif" width=1>';

