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 + "_MenuItem7",0,0,100,41,0,0,null,0,null,new LMBranch("0",projectroot+"solutions.html"),null,null,projectroot+"/menumodel001/menuitem0.gif",projectroot+"/menumodel001/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem8",0,41,100,41,0,0,null,0,null,new LMBranch("0",projectroot+"pscrb.html"),null,null,projectroot+"/menumodel001/menuitem1.gif",projectroot+"/menumodel001/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem9",0,82,100,41,0,0,null,0,null,new LMBranch("0",projectroot+"aff.html"),null,null,projectroot+"/menumodel001/menuitem2.gif",projectroot+"/menumodel001/menuitem2_over.gif",null);
	var menumodel001_MNU1 = new LMMenu("menumodel001_MNU1",x+400,y+41,100,123,0,0,null,0,null,MenuItems,0);
	LMObjects[objindex++]= menumodel001_MNU1;

	MenuItems = new Array();
	miindex=0;
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",0,0,100,41,0,0,null,0,null,new LMBranch("0",projectroot+"index.html"),null,null,projectroot+"/menumodel001/menuitem3.gif",projectroot+"/menumodel001/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",100,0,100,41,0,0,null,0,null,new LMBranch("0",projectroot+"company.html"),null,null,projectroot+"/menumodel001/menuitem4.gif",projectroot+"/menumodel001/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",200,0,100,41,0,0,null,0,null,new LMBranch("0",projectroot+"schedule.html"),null,null,projectroot+"/menumodel001/menuitem5.gif",projectroot+"/menumodel001/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",300,0,100,41,0,0,null,0,null,new LMBranch("0",projectroot+"services.html"),null,null,projectroot+"/menumodel001/menuitem6.gif",projectroot+"/menumodel001/menuitem6_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",400,0,100,41,0,0,null,0,null,new LMBranch("0",projectroot+"solutions.html"),null,null,projectroot+"/menumodel001/menuitem7.gif",projectroot+"/menumodel001/menuitem7_over.gif",menumodel001_MNU1);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",500,0,100,41,0,0,null,0,null,new LMBranch("0",projectroot+"contact.html"),null,null,projectroot+"/menumodel001/menuitem8.gif",projectroot+"/menumodel001/menuitem8_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem10",600,0,100,41,0,0,null,0,null,new LMBranch("0","http://pertamina-mtc.com/smf"),null,null,projectroot+"/menumodel001/menuitem9.gif",projectroot+"/menumodel001/menuitem9_over.gif",null);
	var menumodel001_MNU2 = new LMMenu(mnuname,x+0,y+0,700,41,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menumodel001_MNU2;

	RegisterMainMenu(menumodel001_MNU2);

	ReIndexMenu(menumodel001_MNU2, index);

}

