

//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:'110%', // express as percentage with the % sign
linkheight:30 ,  // 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
["Puma Links"], //create header
["History", "history.htm", ""],
["Fixtures", "fixture.htm",""],
["Match Results", "http://www.sportingpulse.com/comp_info.cgi?c=1-3909-0-51666-0&pool=-1&round=0&a=ROUND", ""],
["Ladder", "http://www.sportingpulse.com/comp_info.cgi?c=1-3909-0-51666-0&pool=-1&round=0&a=LADDER", ""],
["Photos", "playerpages/players.html", ""],
["Social", "social.htm", ""],
["Sponsors", "sponsors.htm", ""],
["Forum", "http://www.activeboard.com/forum.spark?forumID=89161", ""],
["Contact Us", "contact.htm", ""],

["Our Sister Club", "", ""], //create header
["Pumarettes", "pumarettes.htm", "_new"] //no comma after last entry

]}; // REQUIRED!! do not edit or remove



make_menus();