function menusystemmodel003Show(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,140,30,0,0,null,0,null,new LMBranchEx("0","http://www.facebook.com/pages/Ker-Kazh/153493194707126?sk=page_getting_started#!/pages/Ker-Kazh/153493194707126?sk=wall",null,0.0,null,null,1,1,1,1,1,1,0,640,480,""),null,null,projectroot+"menusystemmodel003/menusystemitem0.png",projectroot+"menusystemmodel003/menusystemitem0_over.png",null, "cursor:inherit;position:absolute;left:30px;top:5px;font-weight:700;font-family:Roundy Roman;font-size:12pt;color:rgb(0,128,255);", "cursor:inherit;position:absolute;left:30px;top:5px;font-weight:700;font-family:Roundy Roman;font-size:12pt;color:rgb(0,128,255);", "Facebook");
	preventopti = "./menusystemmodel003/menusystemitem0.png";
	preventopti = "./menusystemmodel003/menusystemitem0_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",140,0,140,30,0,0,null,0,null,new LMBranchEx("0","http://kerkazh.forums-actifs.net/forum",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel003/menusystemitem1.png",projectroot+"menusystemmodel003/menusystemitem1_over.png",null, "cursor:inherit;position:absolute;left:42px;top:5px;font-weight:700;font-family:Roundy Roman;font-size:12pt;color:rgb(0,128,255);", "cursor:inherit;position:absolute;left:42px;top:5px;font-weight:700;font-family:Roundy Roman;font-size:12pt;color:rgb(0,128,255);", "Forum");
	preventopti = "./menusystemmodel003/menusystemitem1.png";
	preventopti = "./menusystemmodel003/menusystemitem1_over.png";
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",280,0,140,30,0,0,null,0,null,new LMBranchEx("0",projectroot+"nous-contacter.html",null,0.0,null,null,1,1,1,1,1,1,0,640,480,"_self"),null,null,projectroot+"menusystemmodel003/menusystemitem2.png",projectroot+"menusystemmodel003/menusystemitem2_over.png",null, "cursor:inherit;position:absolute;left:5px;top:5px;font-weight:700;font-family:Roundy Roman;font-size:12pt;color:rgb(0,128,255);", "cursor:inherit;position:absolute;left:5px;top:5px;font-weight:700;font-family:Roundy Roman;font-size:12pt;color:rgb(0,128,255);", "Contactez-nous");
	preventopti = "./menusystemmodel003/menusystemitem2.png";
	preventopti = "./menusystemmodel003/menusystemitem2_over.png";
	var menusystemmodel003_MNU1 = new LMMenu(mnuname, mnuname,x+0,y+0,420,30,1,0,null,0,null,MenuSystemItems,1);
	LMObjects[objindex++]= menusystemmodel003_MNU1;

	AddAnchorTagToObject(mnuname);
	RegisterMainMenu(menusystemmodel003_MNU1);

	ReIndexMenu(menusystemmodel003_MNU1, index);

}

