function menusystemmodel001Show(mnuname) {
	x=0;y=0;
	z_index++;
	var MenuSystemItems = null;
	var miindex= 0;
	var preventopti;
	var index= z_index;

	MenuSystemItems = new Array();
	miindex=0;
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",0,0,227,29,0,0,null,0,null,new LMBranchEx("0",projectroot+"welcome.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel001/menusystemitem0.png",projectroot+"menusystemmodel001/menusystemitem0_over.png",null, "cursor:inherit;position:absolute;left:84px;top:7px;font-weight:700;font-family:Verdana;font-size:9pt;color:rgb(255,255,255);", "cursor:inherit;position:absolute;left:83px;top:7px;font-weight:700;font-family:Verdana;font-size:9pt;color:rgb(255,255,255);font-style:italic;", "Welcome");
	preventopti = "./menusystemmodel001/menusystemitem0.png";
	preventopti = "./menusystemmodel001/menusystemitem0_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",225,0,225,29,0,0,null,0,null,new LMBranchEx("0",projectroot+"services.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel001/menusystemitem1.png",projectroot+"menusystemmodel001/menusystemitem1_over.png",null, "cursor:inherit;position:absolute;left:84px;top:7px;font-weight:700;font-family:Verdana;font-size:9pt;color:rgb(255,255,255);", "cursor:inherit;position:absolute;left:84px;top:7px;font-weight:700;font-family:Verdana;font-size:9pt;color:rgb(255,255,255);font-style:italic;", "Services");
	preventopti = "./menusystemmodel001/menusystemitem1.png";
	preventopti = "./menusystemmodel001/menusystemitem1_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",448,0,225,29,0,0,null,0,null,new LMBranchEx("0",projectroot+"member.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel001/menusystemitem2.png",projectroot+"menusystemmodel001/menusystemitem2_over.png",null, "cursor:inherit;position:absolute;left:86px;top:7px;font-weight:700;font-family:Verdana;font-size:9pt;color:rgb(255,255,255);", "cursor:inherit;position:absolute;left:85px;top:7px;font-weight:700;font-family:Verdana;font-size:9pt;color:rgb(255,255,255);font-style:italic;", "Member");
	preventopti = "./menusystemmodel001/menusystemitem2.png";
	preventopti = "./menusystemmodel001/menusystemitem2_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",671,0,227,29,0,0,null,0,null,new LMBranchEx("0",projectroot+"contact.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel001/menusystemitem3.png",projectroot+"menusystemmodel001/menusystemitem3_over.png",null, "cursor:inherit;position:absolute;left:87px;top:7px;font-weight:700;font-family:Verdana;font-size:9pt;color:rgb(255,255,255);", "cursor:inherit;position:absolute;left:87px;top:7px;font-weight:700;font-family:Verdana;font-size:9pt;color:rgb(255,255,255);font-style:italic;", "Contact");
	preventopti = "./menusystemmodel001/menusystemitem3.png";
	preventopti = "./menusystemmodel001/menusystemitem3_over.png";
	var menusystemmodel001_MNU1 = new LMMenu(mnuname, mnuname,x+0,y+0,898,29,1,0,null,0,null,MenuSystemItems,1);
	LMObjects[objindex++]= menusystemmodel001_MNU1;

	AddAnchorTagToObject(mnuname);
	RegisterMainMenu(menusystemmodel001_MNU1);

	ReIndexMenu(menusystemmodel001_MNU1, index);

}

