
// add item options
// example
// item number (1), title (home), url/action (index.html), target (_top), color (#d3d3d3), num of columns (1) 


var my_menu = new MultiColMenu();
my_menu.instance_name = 'my_menu ';
my_menu.verticalOffset = 0;
my_menu.horizontalOffset = 0;

my_menu.addItem(1, "Home", "index.html");

my_menu.addItem(2, "New On Site", "update.html", "", "",1);
my_menu.addSubItem(2, "This&nbsp;Month",
"update.html");
my_menu.addSubItem(2, "Last&nbsp;Month",
"update.html#lastmonth");

my_menu.addItem(3, "Contact Me", "contact.html", "", "", 1);
my_menu.addSubItem(3, "General&nbsp;contact",
"contact.html");
my_menu.addSubItem(3, "Feedback&nbsp;form",
"feedback.html");

my_menu.addItem(4, "Race Calendars", "2012cal.html", "", "", 2);
my_menu.addSubItem(4, "2012",
"2012cal.html");
my_menu.addSubItem(4, "2011",
"2011cal.html");
my_menu.addSubItem(4, "2010",
"2010cal.html");
my_menu.addSubItem(4, "2009",
"2009cal.html");
my_menu.addSubItem(4, "2008",
"2008cal.html");
my_menu.addSubItem(4, "2007",
"2007cal.html");
my_menu.addSubItem(4, "2006",
"2006cal.html");
my_menu.addSubItem(4, "2005",
"2005cal.html");
my_menu.addSubItem(4, "2004",
"2004cal.html");
my_menu.addSubItem(4, "2003",
"2003cal.html");
my_menu.addSubItem(4, "2002",
"2002cal.html");
my_menu.addSubItem(4, "2001",
"2001cal.html");
my_menu.addSubItem(4, "2000",
"2000cal.html");

my_menu.addItem(5, "Results Index", "results.html", "", "", 2);
my_menu.addSubItem(5, "2012",
"2012/index.html");
my_menu.addSubItem(5, "2011",
"2011/index.html");
my_menu.addSubItem(5, "2010",
"2010/index.html");
my_menu.addSubItem(5, "2009",
"2009/index.html");
my_menu.addSubItem(5, "2008",
"2008/index.html");
my_menu.addSubItem(5, "2007",
"2007/index.html");
my_menu.addSubItem(5, "2006",
"2006/index.html");
my_menu.addSubItem(5, "2005",
"2005/index.html");
my_menu.addSubItem(5, "2004",
"2004/index.html");
my_menu.addSubItem(5, "2003",
"2003/index.html");
my_menu.addSubItem(5, "2002",
"2002/index.html");
my_menu.addSubItem(5, "2001",
"2001/index.html");
my_menu.addSubItem(5, "2000",
"2000/index.html");
my_menu.addSubItem(5, "1999",
"1999/index.html");
my_menu.addSubItem(5, "1998",
"1998/index.html");
my_menu.addSubItem(5, "1997",
"1997/index.html");
my_menu.addSubItem(5, "1996",
"1996/index.html");
my_menu.addSubItem(5, "1995",
"1995/index.html");
my_menu.addSubItem(5, "1994",
"1994/index.html");
my_menu.addSubItem(5, "1993",
"1993/index.html");
my_menu.addSubItem(5, "Pre&nbsp;93",
"history/index.html");
my_menu.addSubItem(5, "All",
"results.html");
my_menu.addSubItem(5, "A-Z",
"allres.html");

my_menu.addItem(6, "York RRL", "yorkrrl/index.html", "", "", 2);
my_menu.addSubItem(6, "2011",
"yorkrrl/2011/index.html");
my_menu.addSubItem(6, "2010",
"yorkrrl/2010/index.html");
my_menu.addSubItem(6, "2009",
"yorkrrl/2009/index.html");
my_menu.addSubItem(6, "2008",
"yorkrrl/2008/index.html");
my_menu.addSubItem(6, "2007",
"yorkrrl/2007/index.html");
my_menu.addSubItem(6, "2006",
"yorkrrl/2006/index.html");
my_menu.addSubItem(6, "2005",
"yorkrrl/2005/index.html");
my_menu.addSubItem(6, "2004",
"yorkrrl/2004/index.html");
my_menu.addSubItem(6, "2003",
"yorkrrl/2003/index.html");
my_menu.addSubItem(6, "2002",
"yorkrrl/2002/index.html");
my_menu.addSubItem(6, "2001",
"yorkrrl/2001/index.html");
my_menu.addSubItem(6, "2000",
"yorkrrl/2000/index.html");
my_menu.addSubItem(6, "1999",
"yorkrrl/1999/index.html");
my_menu.addSubItem(6, "1998",
"yorkrrl/1998/index.html");
my_menu.addSubItem(6, "1997",
"yorkrrl/1997/index.html");
my_menu.addSubItem(6, "1996",
"yorkrrl/1996/index.html");
my_menu.addSubItem(6, "1995",
"yorkrrl/1995/index.html");
my_menu.addSubItem(6, "All",
"yorkrrl/index.html");

my_menu.addItem(7, "Entry&nbsp;Forms", "entries.tml", "", "", 1);
my_menu.addSubItem(7, "Paper&nbsp;forms",
"entries.html");
my_menu.addSubItem(7, "Login to UKforms",
"http://www.ukforms.net/onlineforms/php/User.php");
my_menu.addSubItem(7, "Online entry forms",
"http://www.ukforms.net/onlineentries.html");
my_menu.addSubItem(7, "Online entry information",
"http://www.ukforms.net/onlineinfo.html");

my_menu.addItem(8, "Search&nbsp;site", "search.html");

my_menu.addItem(9, "Links", "linkpage.html", "", "", 1);
my_menu.addSubItem(9, "Results&nbsp;Links",
"linkres.html");
my_menu.addSubItem(9, "Club&nbsp;Links",
"linkpage.html");
my_menu.addSubItem(9, "Retail&nbsp;Links",
"linkretail.html");
my_menu.addSubItem(9, "Services",
"linkserv.html");
my_menu.addSubItem(9, "Classified Ads",
"classified.html");
my_menu.addSubItem(9, "Charity",
"linkcharity.html");
my_menu.addSubItem(9, "Charity Race Places",
"http://www.ukforms.net/onlineforms/php/Charity.php");
my_menu.addSubItem(9, "Misc.&nbsp;Links",
"linkmisc.html");

my_menu.addItem(10, "Other Pages", "misc/index.html", "", "", 1);
my_menu.addSubItem(10, "Photos",
"photos.html");
my_menu.addSubItem(10, "Gear&nbsp;Page",
"gearpage.html");
my_menu.addSubItem(10, "Classified Ads",
"classified.html");
my_menu.addSubItem(10, "Misc.&nbsp;Bits",
"misc/index.html");
my_menu.addSubItem(10, "Wind&nbsp;Me&nbsp;Up",
"misc/annoy.html");
my_menu.addSubItem(10, "About&nbsp;me",
"geninfo.html");

my_menu.addItem(11, "Photos", "photos.html");

my_menu.addItem(12, "Login", "http://www.ukforms.net/onlineforms/php/User.php");

