function menumodel005Show(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 + "_MenuItem6",0,0,120,25,0,0,null,0,null,new LMBranch("0",projectroot+"index.html"),null,null,projectroot+"/menumodel005/menuitem0.gif",projectroot+"/menumodel005/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",120,0,120,25,0,0,null,0,null,new LMBranchEx("0","http://africanlacenet.blogspot.com/",null,0.0,null,null,1,1,1,1,1,1,0,640,480,""),null,null,projectroot+"/menumodel005/menuitem1.gif",projectroot+"/menumodel005/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",240,0,120,25,0,0,null,0,null,new LMBranch("0",projectroot+"google-search.html"),"The AfricanLaceNet custom search engine for african related topics on the web",null,projectroot+"/menumodel005/menuitem2.gif",projectroot+"/menumodel005/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",360,0,120,25,0,0,null,0,null,new LMBranch("0",projectroot+"newdesign.html"),"Check new designs just out of looms availabe for sales",null,projectroot+"/menumodel005/menuitem3.gif",projectroot+"/menumodel005/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",480,0,120,25,0,0,null,0,null,null,null,null,projectroot+"/menumodel005/menuitem4.gif",projectroot+"/menumodel005/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",600,0,120,25,0,0,null,0,null,new LMBranch("0",projectroot+"join-africanlace-network.html"),null,null,projectroot+"/menumodel005/menuitem5.gif",projectroot+"/menumodel005/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",720,0,120,25,0,0,null,0,null,new LMBranch("0",projectroot+"technical-newsletter.html"),null,null,projectroot+"/menumodel005/menuitem6.gif",projectroot+"/menumodel005/menuitem6_over.gif",null);
	var menumodel005_MNU1 = new LMMenu(mnuname,x+0,y+0,840,25,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menumodel005_MNU1;

	RegisterMainMenu(menumodel005_MNU1);

	ReIndexMenu(menumodel005_MNU1, index);

}

