var howmanymenus = 1;
var menunames = new Array(howmanymenus);
menunames[0] = 'menu2';
menunames[1] = 'menu3';

var navwidth = new Array(howmanymenus);
navwidth[0] = 120;
navwidth[1] = 120;

var cellpad=0;
var effectopen = 5; //set to -1 for no effects
var effectclose = 4; //set to -1 for no effects
var buttonwidth = 120; //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=900;
var newshigh=100;

