function menumodel013Show(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,165,23,0,0,null,0,null,new LMBranchEx("0",projectroot+"dossier-juin-2009/gonflables1.pdf",null,0.0,null,null,1,1,1,1,1,1,0,640,480,""),null,null,projectroot+"/menumodel013/menuitem0.gif",projectroot+"/menumodel013/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",164,0,177,23,0,0,null,0,null,new LMBranchEx("0",projectroot+"pdf/gonflables2.pdf",null,0.0,null,null,1,1,1,1,1,1,0,640,480,""),null,null,projectroot+"/menumodel013/menuitem1.gif",projectroot+"/menumodel013/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",340,0,72,23,0,0,null,0,null,new LMBranchEx("0",projectroot+"dossier-juin-2009/tarifs_06.09.pdf",null,0.0,null,null,1,1,1,1,1,1,0,640,480,""),null,null,projectroot+"/menumodel013/menuitem2.gif",projectroot+"/menumodel013/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",411,0,120,23,0,0,null,0,null,new LMBranchEx("0",projectroot+"chateaux/contrat-locchateaux-foods-2010.pdf",null,0.0,null,null,1,1,1,1,1,1,0,640,480,""),null,null,projectroot+"/menumodel013/menuitem3.gif",projectroot+"/menumodel013/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",530,0,86,23,0,0,null,0,null,new LMBranch("0",projectroot+"photos-chateaux.htm"),null,null,projectroot+"/menumodel013/menuitem4.gif",projectroot+"/menumodel013/menuitem4_over.gif",null);
	var MenuModel013_MNU1 = new LMMenu(mnuname,x+0,y+0,616,23,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= MenuModel013_MNU1;

	RegisterMainMenu(MenuModel013_MNU1);

	ReIndexMenu(MenuModel013_MNU1, index);

}
