//(c) Ger Versluis 2000 version 1.0, 1 november 2000

        var NoOffFirstLineMenus=9; //set number of main menu items
        var LowBgColor='#2b2b2b';
        var HighBgColor='#000042';
        var FontLowColor='#d2d2d2';
        var FontHighColor='#facd00';
        var BorderColor='#000000';
        var BorderWidth=1;
        var BorderBtwnElmnts=1;
        var FontFamily="tahoma,arial,comic sans ms,technical,arial"
        var FontSize=8;
        var FontBold=1;
        var FontItalic=0;
        var MenuTextCentered=0;
        var MenuCentered='left';
        var MenuVerticalCentered='top';
        var ChildOverlap=.1;
        var ChildVerticalOverlap=.1;
        var StartTop=190; //set vertical offset
        var StartLeft=10; //set horizontal offset
        var VerCorrect=0;
        var HorCorrect=300;
        var LeftPaddng=10;
        var TopPaddng=2;
        var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
        var MenuFramesVertical=1;
        var DissapearDelay=500;
        var TakeOverBgColor=0;
        var FirstLineFrame='navig';
        var SecLineFrame='space';
        var DocTargetFrame='space';
        var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Main Page","index.html",0,20,150);
Menu2=new Array("Course Development","",3,20,150);
      Menu2_1=new Array("Lab Facilities","lab.htm",0,20,150);
      Menu2_2=new Array("Nano Courses","nanocourses.htm",0,20,150);
	  Menu2_3=new Array("MEMS Courses","memscourses.htm",0,20,150);
Menu3=new Array("Co-op Development","coop.htm",0,20,150);
Menu4=new Array("Workshop","",6,20,150);
      Menu4_1=new Array("General Information","workshop.htm",0,20,150);
	  Menu4_2=new Array("Online Registration","registration.htm",0,20,150);
	  Menu4_3=new Array("Workshop Agenda","Agenda.pdf",0,20,150);
      Menu4_4=new Array("Brochure","NMEWorkshop.pdf",0,20,150);
      Menu4_5=new Array("Direction to RIT","NMEDirection.pdf",0,20,150);
	  Menu4_6=new Array("Picture Gallery","NMEWorkshopFeb2004/index.htm",0,20,150);
Menu5=new Array("K-12 Outreach","K12.htm",0,20,150);
Menu6=new Array("Research/Project","",4,20,150);
      Menu6_1=new Array("Nanoelectronics","http://www.microe.rit.edu/research/edr/",0,20,150);
      Menu6_2=new Array("Nanomagnetics","http://www.microe.rit.edu/~sxs0972/spintronics/",0,20,150);
	  Menu6_3=new Array("DNA Sensor","dnasensor.htm",0,20,150);
	  Menu6_4=new Array("MEMs Projects","memsprojects.htm",0,20,150);
Menu7=new Array("Planning Team","team.htm",0,20,150);
Menu8=new Array("Useful Links","links.htm",0,20,150);
Menu9=new Array("Feedback","feedback.htm",0,20,150);
