A
download vars1.js
Language: JavaScript
LOC: 28
Project Info
pragati
Server: Novell Forge
Type: cvs
...ti\pragati\Pragati\jscript\
   cbddm.js
   date.js
   exmplmenu_var.js
   menu_com.js
   popcalendar.js
   popcalendarforee.js
   showhide_2.js
   sortTable.js
   style.js
   tooltip.js
   tooltips.js
   validate.js
   vars.js
   vars1.js

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);
navwidth[0] = 140;
navwidth[1] = 140;
navwidth[2] = 145;
navwidth[3] = 140;
navwidth[4] = 140;
navwidth[5] = 155;
navwidth[6] = 134;




var cellpad=0;
var effectopen = -1; //set to -1 for no effects
var effectclose = -1; //set to -1 for no effects
var buttonwidth = 150; //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;

About Koders | Resources | Downloads | Support | Black Duck | Terms of Service | DMCA | Privacy Policy | Contact Us