var ez_Menu = new Array();
// whatever has the ^^1 means that it has a submenu which is the array afterwards
//"title^url", "next", "next"
// you place all the main menus first, ie dj menu then pro audio menu, and the names relate to the order that they are in. 
//the number after ^^ relates to the array that it is refrencing
ez_Menu[0]= new Array("Networking^netgini_Networking.html", "Security^netgini_Security.html" , "Infrastructure^netgini_Infrastructure.html" , "Web Development^netgini_webdev.html"); // dj submenu
//ez_Menu[1]= new Array(" Most companies today have a <br>permanent connection to the internet.<br> What most people don't realize<br> is that if not protected, anyone can <br> gain access to your network<br> from virtually anywhere in the world. <br>^hey.htm");
//ez_Menu[2]= new Array("Plasma^plasma.htm, mainFrame", "Camera^camera.htm" , "Projector^projector.htm"); // AV submenu
//ez_Menu[2]= new Array(" Most companies today have a <br>permanent connection to the internet.<br> What most people don't realize<br> is that if not protected, anyone can <br> gain access to your network<br> from virtually anywhere in the world. <br>^hey.htm");
var ez_fontInfo = new Array("Arial,9pt,#FFFFFF,#FFFFFF", "Arial,9pt,#FFFFFF,#FFFFFF", "Arial,9pt,#FFFFFF,#FFFFFF", "Arial,9pt,#FFFFFF,#FFFFFF");
// title color, ??
var ez_tfontInfo = new Array("Arial,9pt,#000000", "Arial,9pt,#000000" , "Arial,9pt,#FFFFFF" , "Arial,9pt,#FFFFFF");
// guideline for ez_colInfo  background color, roll over color, Title background color, cell border color these are contained in the first set of quotes
// the second set of quotes contains the info for the submenus
var ez_colInfo = new Array("#000000,#003399,#FFFFFF,#000000", "#000000,#003399,#ffffff,#000000");
var ez_borSize = new Array("1,1", "1,1");
var ez_txtPad = new Array("3", "3");
var ez_arrow = new Array("images/arrow.gif,images/arrow.gif,10", "images/arrow.gif,images/arrow.gif,10", "images/arrow.gif,images/arrow.gif,10", "images/arrow.gif,images/arrow.gif,10");
var ez_root = new Array("0", "3");
var ez_isBar = new Array(false, false, false, false);
var ez_xover = new Array("0", "0");
var ez_yover = new Array("0", "0");
var ez_bg = new Array("", "");
var ez_pname = new Array("dj", "pa", "av", "mi");
var ez_pwidth = new Array("0", "0", "0" , "0" , "0");
var ez_3D = new Array("3D2", "3D2");
//var ez_sfx = new Array("progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#aaaaaa,strength=5)", "progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#aaaaaa,strength=5)");
//var ez_animate = new Array("progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward,duration=0.5)", "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=0,motion=forward,duration=0.5)");
var ez_sfx = new Array("");
var ez_animate = new Array("");

//"progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,duration=0.5)"
