var howmanymenus =7; // 0=1 1=2 2=3 etcvar menunames = new Array(howmanymenus);menunames[0] = "menu";menunames[1] = "menu2";menunames[2] = "menu3";menunames[3] = "menu4";menunames[4] = "menu5";menunames[5] = "menu6";menunames[6] = "menu7";menunames[7] = "menu8";//widths of navbar menu headersvar navwidth = new Array(howmanymenus);navwidth[0] = 90; //whats onnavwidth[1] = 85; //about usnavwidth[2] = 103; //media roomnavwidth[3] = 99; //dramaturgynavwidth[4] = 88; //educationnavwidth[5] = 98; //our venuesnavwidth[6] = 87; //box officenavwidth[7] = 80; //touringvar cellpad=0;var effectopen = 12; //set to -1 for no effectsvar effectclose = 12; //set to -1 for no effectsvar buttonwidth = 155; //how wide is each menu Itemvar buttonheight = 18; //how high is each menu Itemvar menudir ="hor"; //horizontal or vert   use "hor" or "ver"var path_to_stylesheet = "style/style.css";//these are for news onlyvar newstimer=5; //in secondsvar newseffect=12;//open and close effectvar newswide=500;var newshigh=100;
