function menumodel050Show(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,110,30,0,0,null,0,null,new LMBranch("0",projectroot+"company_ro.htm"),null,null,projectroot+"/menumodel050/menuitem0.gif",projectroot+"/menumodel050/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",110,0,110,30,0,0,null,0,null,new LMBranch("0",projectroot+"services_ro.htm"),null,null,projectroot+"/menumodel050/menuitem1.gif",projectroot+"/menumodel050/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",220,0,110,30,0,0,null,0,null,new LMBranch("0",projectroot+"products_ro.htm"),null,null,projectroot+"/menumodel050/menuitem2.gif",projectroot+"/menumodel050/menuitem2_over.gif",null);
  	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",330,0,110,30,0,0,null,0,null,new LMBranch("0",projectroot+"maschines_ro.htm"),null,null,projectroot+"/menumodel050/menuitem5.gif",projectroot+"/menumodel050/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",440,0,110,30,0,0,null,0,null,new LMBranch("0",projectroot+"partners_ro.htm"),null,null,projectroot+"/menumodel050/menuitem3.gif",projectroot+"/menumodel050/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",550,0,110,30,0,0,null,0,null,new LMBranch("0",projectroot+"locations_ro.htm"),null,null,projectroot+"/menumodel050/menuitem4.gif",projectroot+"/menumodel050/menuitem4_over.gif",null);
	var MenuModel050_MNU1 = new LMMenu(mnuname,x+0,y+0,550,30,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= MenuModel050_MNU1;

	RegisterMainMenu(MenuModel050_MNU1);

	ReIndexMenu(MenuModel050_MNU1, index);

}

