function menusystemmodel012Show(x, y, mnuname) {
	z_index++;
	var MenuSystemItems = null;
	var miindex= 0;
	var index= z_index;

	MenuSystemItems = new Array();
	miindex=0;
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",0,0,170,25,0,0,null,0,null,new LMBranch("0",projectroot+"racc-jamison/nobody-knows-jami.mp3"),null,null,projectroot+"/menusystemmodel012/menusystemitem0.gif",projectroot+"/menusystemmodel012/menusystemitem0_over.gif",null);
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",170,0,170,25,0,0,null,0,null,new LMBranch("0",projectroot+"racc-jamison/happy-days-jami.mp3"),null,null,projectroot+"/menusystemmodel012/menusystemitem1.gif",projectroot+"/menusystemmodel012/menusystemitem1_over.gif",null);
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",340,0,170,25,0,0,null,0,null,new LMBranch("0",projectroot+"racc-jamison/amazing-grace-jami.mp3"),null,null,projectroot+"/menusystemmodel012/menusystemitem2.gif",projectroot+"/menusystemmodel012/menusystemitem2_over.gif",null);
	MenuSystemItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem4",510,0,170,25,0,0,null,0,null,new LMBranch("0",projectroot+"racc-jamison/when-the-saint-jami.mp3"),null,null,projectroot+"/menusystemmodel012/menusystemitem3.gif",projectroot+"/menusystemmodel012/menusystemitem3_over.gif",null);
	var MenuSystemModel012_MNU1 = new LMMenu(mnuname,x+0,y+0,680,25,1,0,null,0,null,MenuSystemItems,1);
	LMObjects[objindex++]= MenuSystemModel012_MNU1;

	RegisterMainMenu(MenuSystemModel012_MNU1);

	ReIndexMenu(MenuSystemModel012_MNU1, index);

}

