function menufusebox_simple_shortShow(x, y, mnuname) {
	z_index++;
	var MenuItems = null;
	var miindex= 0;
	var preventopti;
	var index= z_index;
	var tagpanel=FindTagFromId("lmwcbackpanelinner");
	var tagmenu;

	MenuItems = new Array();
	miindex=0;
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",0,0,200,20,0,0,null,0,null,new LMBranch("0","http://www.chambre-de-codo.fr"),null,null,projectroot+"menufusebox_simple_short/menuitem0.gif",projectroot+"menufusebox_simple_short/menuitem0_over.gif",null);
	preventopti = "./menufusebox_simple_short/menuitem0.gif";
	preventopti = "./menufusebox_simple_short/menuitem0_over.gif";
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",200,0,200,20,0,0,null,0,null,new LMBranch("0",projectroot+"index.htm"),null,null,projectroot+"menufusebox_simple_short/menuitem1.gif",projectroot+"menufusebox_simple_short/menuitem1_over.gif",null);
	preventopti = "./menufusebox_simple_short/menuitem1.gif";
	preventopti = "./menufusebox_simple_short/menuitem1_over.gif";
	var menufusebox_simple_short_MNU1 = new LMMenu(mnuname,x+0,y+0,400,20,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menufusebox_simple_short_MNU1;
	tagmenu=FindTagFromId(mnuname);
	tagpanel.appendChild(tagmenu);

	RegisterMainMenu(menufusebox_simple_short_MNU1);

	ReIndexMenu(menufusebox_simple_short_MNU1, index);

}

