//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', 		//use unique quoted id (quoted) REQUIRED!!
fontsize:'100%', 	// express as percentage with the % sign
linkheight:16,  	// linked horizontal cells height
hdingwidth:210,  	// heading - non linked horizontal cells width
					// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ 		// REQUIRED!!
					//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Volley Talk Menu"], //create header
["Women's Forum", "http://volleytalk.proboards88.com/index.cgi?board=general", ""],
["Men's Forum", "http://volleytalk.proboards88.com/index.cgi?board=menvb",""],
["Off the Net", "http://volleytalk.proboards88.com/index.cgi?board=offthenet", ""],
["(R)uffda's Blog", "http://blog.volleytalk.info/ruffda", "_new"],
["Posting Rules", "http://volleytalk.proboards88.com/index.cgi?board=FAQ2&action=display&thread=1096716000", ""],

["FAQ", "http://volleytalk.proboards88.com/index.cgi?board=FAQ2", "", 1, "no"], //create two column row
["Email", "mailto:support@volleytalk.net", "",1],

["Login", "http://volleytalk.proboards88.com/index.cgi?action=login", "", 1, "no"], //create two column row
["Register", "http://volleytalk.proboards88.com/index.cgi?action=register", "",1],

["External Links", "", ""], //create header
["Rich Kern", "http://www.richkern.com/", "_new"],
["Volley Central", "http://www.volleycentral.com/", "_new"],
["Bring It Promotions", "http://www.bringitusa.com/", "_new"],
["FIVB", "http://www.fivb.org/", "_new"],
["AVP", "http://www.avp.com/", "_new"],
["Prep VB", "http://pub186.ezboard.com/bprepvolleyball", "_new"],
["USAV", "http://www.usavolleyball.org/", "_new"],
["NIRSA 09", "http://www.nirsa.org/Content/NavigationMenu/Sports/Volleyball/Collegiate_Volleyba.htm", "_new"],
["NCAA W", "http://www2.ncaa.org/sports/fall/volleyball/womens/index.html", "_new"],
["NCAA M", "http://www2.ncaa.org/sports/spring/volleyball/mens/index.html", "_new"],
["VolleyBows News", "http://kulasoft.htohananet.com/volleybows", "_new"],
["Kinda Good", "http://www.kindagood.com", "_new"],
["AVCA", "http://www.avca.org/", "_new"]
]}; 				// REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();