function menumodel016Show(x, y, mnuname) {
	z_index++;
	var MenuItems = null;
	var miindex= 0;
	var index= z_index;

	MenuItems = new Array();
	miindex=0;
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",0,0,100,30,0,0,null,0,null,new LMBranch("0",projectroot+"responsibilities.html"),null,null,projectroot+"/menumodel016/menuitem0.gif",projectroot+"/menumodel016/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",100,0,100,30,0,0,null,0,null,new LMBranch("0",projectroot+"race-information.html"),null,null,projectroot+"/menumodel016/menuitem1.gif",projectroot+"/menumodel016/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",200,0,100,30,0,0,null,0,null,new LMBranch("0",projectroot+"juniors.html"),null,null,projectroot+"/menumodel016/menuitem2.gif",projectroot+"/menumodel016/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",300,0,100,30,0,0,null,0,null,new LMBranch("0",projectroot+"2009-volunteer-list.html"),null,null,projectroot+"/menumodel016/menuitem3.gif",projectroot+"/menumodel016/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",400,0,100,30,0,0,null,0,null,new LMBranch("0",projectroot+"results.html"),null,null,projectroot+"/menumodel016/menuitem4.gif",projectroot+"/menumodel016/menuitem4_over.gif",null);
	var menumodel016_MNU1 = new LMMenu(mnuname,x+0,y+0,500,30,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menumodel016_MNU1;

	RegisterMainMenu(menumodel016_MNU1);

	ReIndexMenu(menumodel016_MNU1, index);

}

