function menu_bas_catShow(x, y, mnuname) {
	z_index++;
	var MenuItems = null;
	var miindex= 0;
	var preventopti;
	var index= z_index;

	MenuItems = new Array();
	miindex=0;
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",0,0,398,30,0,0,null,0,null,new LMBranch("0",projectroot+"tarifes.php"),null,null,projectroot+"menu_bas_cat/menuitem0.gif",projectroot+"menu_bas_cat/menuitem0_over.gif",null);
	preventopti = "./menu_bas_cat/menuitem0.gif";
	preventopti = "./menu_bas_cat/menuitem0_over.gif";
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",398,0,398,30,0,0,null,0,null,new LMBranch("0",projectroot+"cgv_cat.php"),null,null,projectroot+"menu_bas_cat/menuitem1.gif",projectroot+"menu_bas_cat/menuitem1_over.gif",null);
	preventopti = "./menu_bas_cat/menuitem1.gif";
	preventopti = "./menu_bas_cat/menuitem1_over.gif";
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",796,0,398,30,0,0,null,0,null,new LMBranch("0",projectroot+"avis_legal.php"),null,null,projectroot+"menu_bas_cat/menuitem2.gif",projectroot+"menu_bas_cat/menuitem2_over.gif",null);
	preventopti = "./menu_bas_cat/menuitem2.gif";
	preventopti = "./menu_bas_cat/menuitem2_over.gif";
	var Menu_Bas_Cat_MNU1 = new LMMenu(mnuname,x+0,y+0,1194,30,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= Menu_Bas_Cat_MNU1;

	RegisterMainMenu(Menu_Bas_Cat_MNU1);

	ReIndexMenu(Menu_Bas_Cat_MNU1, index);

}

