function menumodel001_1Show(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 + "_MenuItem6",0,0,101,23,0,0,null,0,null,new LMBranch("0",projectroot+"faqmiseajour.html"),null,null,projectroot+"menumodel001_1/menuitem0.gif",projectroot+"menumodel001_1/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",101,0,85,23,0,0,null,0,null,new LMBranch("0",projectroot+"faqlegislation.html"),null,null,projectroot+"menumodel001_1/menuitem1.gif",projectroot+"menumodel001_1/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem8",186,0,91,23,0,0,null,0,null,new LMBranch("0",projectroot+"faqcable.html"),null,null,projectroot+"menumodel001_1/menuitem2.gif",projectroot+"menumodel001_1/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem9",277,0,77,23,0,0,null,0,null,new LMBranch("0",projectroot+"faqradar.html"),null,null,projectroot+"menumodel001_1/menuitem3.gif",projectroot+"menumodel001_1/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem10",354,0,59,23,0,0,null,0,null,new LMBranch("0",projectroot+"faqpoi.html"),null,null,projectroot+"menumodel001_1/menuitem4.gif",projectroot+"menumodel001_1/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem11",413,0,145,23,0,0,null,0,null,new LMBranch("0",projectroot+"faqsatellites.html"),null,null,projectroot+"menumodel001_1/menuitem5.gif",projectroot+"menumodel001_1/menuitem5_over.gif",null);
	var menumodel001_1_MNU1 = new LMMenu(mnuname,x+0,y+0,558,23,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menumodel001_1_MNU1;

	RegisterMainMenu(menumodel001_1_MNU1);

	ReIndexMenu(menumodel001_1_MNU1, index);

}
