function menumodel001Show(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 + "_MenuItem9",0,0,65,29,0,0,null,0,null,new LMBranch("0",projectroot+"index.html"),null,null,projectroot+"/menumodel001/menuitem0.gif",projectroot+"/menumodel001/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",64,0,92,29,0,0,null,0,null,new LMBranch("0","http://www.cambodgevision.com/"),null,null,projectroot+"/menumodel001/menuitem1.gif",projectroot+"/menumodel001/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem8",155,0,58,29,0,0,null,0,null,new LMBranch("0",projectroot+"page-5.html"),null,null,projectroot+"/menumodel001/menuitem2.gif",projectroot+"/menumodel001/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",212,0,78,29,0,0,null,0,null,new LMBranch("0",projectroot+"page-3.html"),null,null,projectroot+"/menumodel001/menuitem3.gif",projectroot+"/menumodel001/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",289,0,84,29,0,0,null,0,null,new LMBranch("0","http://www.cambodgevision.info/"),null,null,projectroot+"/menumodel001/menuitem4.gif",projectroot+"/menumodel001/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem10",372,0,113,29,0,0,null,0,null,new LMBranch("0",projectroot+"page-4.html"),null,null,projectroot+"/menumodel001/menuitem5.gif",projectroot+"/menumodel001/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",484,0,92,29,0,0,null,0,null,new LMBranch("0","http://www.kunkhmer-france.com/"),null,null,projectroot+"/menumodel001/menuitem6.gif",projectroot+"/menumodel001/menuitem6_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",575,0,52,29,0,0,null,0,null,new LMBranch("0","http://www.tudetruirasleldorado.com/"),null,null,projectroot+"/menumodel001/menuitem7.gif",projectroot+"/menumodel001/menuitem7_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",626,0,52,29,0,0,null,0,null,new LMBranch("0","http://www.cambodgevision.net/"),null,null,projectroot+"/menumodel001/menuitem8.gif",projectroot+"/menumodel001/menuitem8_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",677,0,70,29,0,0,null,0,null,new LMBranch("0","mailto:info@cambodgevision.fr"),null,null,projectroot+"/menumodel001/menuitem9.gif",projectroot+"/menumodel001/menuitem9_over.gif",null);
	var menumodel001_MNU1 = new LMMenu(mnuname,x+0,y+0,747,29,1,0,null,0,null,MenuItems,0);
	LMObjects[objindex++]= menumodel001_MNU1;

	RegisterMainMenu(menumodel001_MNU1);

	ReIndexMenu(menumodel001_MNU1, index);

}
