function menumodel003Show(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 + "_MenuItem1",0,0,220,35,0,0,null,0,null,new LMBranch("0",projectroot+"pourquoi_le_snap.htm"),null,null,projectroot+"/menumodel003/menuitem0.gif",projectroot+"/menumodel003/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",0,35,220,35,0,0,null,0,null,new LMBranch("0",projectroot+"comment_ca_fonctionne.htm"),null,null,projectroot+"/menumodel003/menuitem1.gif",projectroot+"/menumodel003/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",0,70,220,35,0,0,null,0,null,new LMBranch("0",projectroot+"qui_peut_utiliser.htm"),null,null,projectroot+"/menumodel003/menuitem2.gif",projectroot+"/menumodel003/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",0,105,220,35,0,0,null,0,null,new LMBranch("0",projectroot+"caracteristiques_techniques.htm"),null,null,projectroot+"/menumodel003/menuitem3.gif",projectroot+"/menumodel003/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",0,140,220,35,0,0,null,0,null,new LMBranch("0",projectroot+"avantages.htm"),null,null,projectroot+"/menumodel003/menuitem4.gif",projectroot+"/menumodel003/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",0,175,220,35,0,0,null,0,null,new LMBranch("0",projectroot+"photos.htm"),null,null,projectroot+"/menumodel003/menuitem5.gif",projectroot+"/menumodel003/menuitem5_over.gif",null);
	var MenuModel003_MNU1 = new LMMenu("MenuModel003_MNU1",x+20,y+35,220,210,0,0,null,0,null,MenuItems,0);
	LMObjects[objindex++]= MenuModel003_MNU1;

	MenuItems = new Array();
	miindex=0;
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",0,0,100,40,0,0,null,0,null,new LMBranch("0",projectroot+"le_snap.htm"),null,null,projectroot+"/menumodel003/menuitem6.gif",projectroot+"/menumodel003/menuitem6_over.gif",MenuModel003_MNU1);
	var MenuModel003_MNU2 = new LMMenu(mnuname,x+0,y+0,100,40,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= MenuModel003_MNU2;

	RegisterMainMenu(MenuModel003_MNU2);

	ReIndexMenu(MenuModel003_MNU2, index);

}
