var howmanymenus =6; // 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";

//widths of navbar menu headers
var navwidth = new Array(howmanymenus);
var tempWidth = 124;  // Distance of sub menus from edge
navwidth[0] = tempWidth;
navwidth[1] = tempWidth;
navwidth[2] = tempWidth;
navwidth[3] = tempWidth;
navwidth[4] = tempWidth;
navwidth[5] = tempWidth;
navwidth[6] = tempWidth;

var cellpad=0;
var effectopen = 6; //set to -1 for no effects
var effectclose = 7; //set to -1 for no effects
var buttonwidth = 250; //how wide is each menu Item
var buttonheight = 30; //how high is each menu Item
var menudir ="ver"; //horizontal or vert   use "hor" or "ver"
var path_to_stylesheet = "";
//these are for news only
var newstimer=5; //in seconds
var newseffect=12;//open and close effect
var newswide=500;
var newshigh=100;

