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 + "_MenuItem2",0,0,474,23,0,0,null,0,null,new LMBranchEx("0","http://www.ethnos.gr/article.asp?catid=11387&subid=2&pubid=9100905",null,0.0,null,null,1,1,1,1,1,1,0,640,480,""),null,null,projectroot+"/menumodel001/menuitem0.gif",projectroot+"/menumodel001/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",0,23,474,23,0,0,null,0,null,new LMBranchEx("0","http://www.ethnos.gr/article.asp?catid=11387&subid=2&pubid=9100895",null,0.0,null,null,1,1,1,1,1,1,0,640,480,""),null,null,projectroot+"/menumodel001/menuitem1.gif",projectroot+"/menumodel001/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",0,46,474,23,0,0,null,0,null,new LMBranchEx("0","http://www.ethnos.gr/article.asp?catid=11387&subid=2&pubid=8918832",null,0.0,null,null,1,1,1,1,1,1,0,640,480,""),null,null,projectroot+"/menumodel001/menuitem2.gif",projectroot+"/menumodel001/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",0,69,474,23,0,0,null,0,null,new LMBranch("0","http://portal.kathimerini.gr/4dcgi/_w_articles_kathciv_1_16/12/2009_314686"),null,null,projectroot+"/menumodel001/menuitem3.gif",projectroot+"/menumodel001/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",0,92,474,23,0,0,null,0,null,new LMBranchEx("0","http://portal.kathimerini.gr/4dcgi/_w_articles_kathciv_1_21/12/2009_315318",null,0.0,null,null,1,1,1,1,1,1,0,640,480,""),null,null,projectroot+"/menumodel001/menuitem4.gif",projectroot+"/menumodel001/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",0,115,474,23,0,0,null,0,null,new LMBranchEx("0","http://portal.kathimerini.gr/4dcgi/_w_articles_kathciv_1_17/12/2009_314887",null,0.0,null,null,1,1,1,1,1,1,0,640,480,""),null,null,projectroot+"/menumodel001/menuitem5.gif",projectroot+"/menumodel001/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem8",0,138,474,23,0,0,null,0,null,new LMBranchEx("0","http://portal.kathimerini.gr/4dcgi/_w_articles_kathciv_1_15/12/2009_314436",null,0.0,null,null,1,1,1,1,1,1,0,640,480,""),null,null,projectroot+"/menumodel001/menuitem6.gif",projectroot+"/menumodel001/menuitem6_over.gif",null);
	var MenuModel001_MNU1 = new LMMenu("MenuModel001_MNU1",x+0,y+30,474,161,0,0,null,0,null,MenuItems,0);
	LMObjects[objindex++]= MenuModel001_MNU1;

	MenuItems = new Array();
	miindex=0;
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",0,0,175,30,0,0,null,0,null,null,null,null,projectroot+"/menumodel001/menuitem7.gif",projectroot+"/menumodel001/menuitem7_over.gif",MenuModel001_MNU1);
	var MenuModel001_MNU2 = new LMMenu(mnuname,x+0,y+0,175,30,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= MenuModel001_MNU2;

	RegisterMainMenu(MenuModel001_MNU2);

	ReIndexMenu(MenuModel001_MNU2, index);

}
