 ajmenu1 = new mainMenu('vertical', 0, '#ffffff', '#dddddd');

 ajmenu1.addItems(
 	"Home","/cpc2/index.cfm",
  	"Events", "/cpc2/events.cfm", 
	"Gallery", "/cpc2/gallery.cfm", 
	"About CPC", "/cpc2/about.cfm",
	"History", "/cpc2/history.cfm", 
	"Contacts", "/cpc2/contacts.cfm", 
	"Awards", "/cpc2/awards.cfm", 
	"Friends of CPC", "/cpc2/friends.cfm",
	"Charities","/cpc2/charities.cfm",
	"Supporters","/cpc2/supporters.cfm",
	"National Org","http://www.progressclub.ca"
	);

 ajmenu1 = new subMenu('2','#dddddd', '#cccccc');
 ajmenu1.addItems(
 	"Plywood Cup Information","/cpc2/plywoodcup.cfm",
 	"Baseball Tournment Information","/cpc2/baseball.cfm",
	"Golf Tournament Information","/cpc2/golf.cfm"
	);

 ajmenu1 = new subMenu('3','#dddddd', '#cccccc');
 ajmenu1.addItems(
 	"Plywood Cup Photos","/cpc2/plywoodphotos.cfm",	 
	"Golf Tournament Photos","/cpc2/golfphotos.cfm", 
	"Baseball Tournament Photos","/cpc2/baseballphotos.cfm",
 	"Award Presentations","/cpc2/awardphotos.cfm",
	"Charitible Contribution Presentations","/cpc2/charityphotos.cfm"
	);

 ajmenu1 = new subMenu('2i1','#cccccc', '#dddddd');
 ajmenu1.addItems(
 	"Past Events","/cpc2/plywoodpast.cfm",
 	"Registration","/cpc2/plywoodreg.cfm"
	);

 ajmenu1 = new subMenu('2i2','#cccccc', '#dddddd');
 ajmenu1.addItems(
 	"Past Events","/cpc2/baseballpast.cfm",
 	"Registration","/cpc2/baseballreg.cfm"
	);

 ajmenu1 = new subMenu('2i3','#cccccc', '#dddddd');
 ajmenu1.addItems(
 	"Past Events","/cpc2/golfpast.cfm",
 	"Registration","/cpc2/golfreg.cfm"
	);