function menumodel008Show(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,37,19,0,0,null,0,null,new LMBranch("0",projectroot+"index.html"),null,null,projectroot+"/menumodel008/menuitem0.gif",projectroot+"/menumodel008/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",37,0,77,19,0,0,null,0,null,new LMBranch("0",projectroot+"legal-notes.html"),"Legal Notes and Privacy Policy",null,projectroot+"/menumodel008/menuitem1.gif",projectroot+"/menumodel008/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem15",114,0,132,19,0,0,null,0,null,new LMBranch("0",projectroot+"join-africanlace-network.html"),null,null,projectroot+"/menumodel008/menuitem2.gif",projectroot+"/menumodel008/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem9",246,0,66,19,0,0,null,0,null,null,null,null,projectroot+"/menumodel008/menuitem3.gif",projectroot+"/menumodel008/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",312,0,80,19,0,0,null,0,null,new LMBranch("0",projectroot+"google-search.html"),"Our Search Engine Page powered by Google",null,projectroot+"/menumodel008/menuitem4.gif",projectroot+"/menumodel008/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",392,0,54,19,0,0,null,0,null,new LMBranch("0",projectroot+"about-us.html"),"AfricanLaceNet direct from the manufacturers",null,projectroot+"/menumodel008/menuitem5.gif",projectroot+"/menumodel008/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",446,0,47,19,0,0,null,0,null,new LMBranch("0",projectroot+"contact.html"),null,null,projectroot+"/menumodel008/menuitem6.gif",projectroot+"/menumodel008/menuitem6_over.gif",null);
	var menumodel008_MNU1 = new LMMenu(mnuname,x+0,y+0,493,19,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menumodel008_MNU1;

	RegisterMainMenu(menumodel008_MNU1);

	ReIndexMenu(menumodel008_MNU1, index);

}

