function menumodel002Show(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 + "_MenuItem4",0,0,202,23,0,0,null,0,null,new LMBranch("0",projectroot+"description.html"),"Mindfulness description and definition.",null,projectroot+"/menumodel002/menuitem0.gif",projectroot+"/menumodel002/menuitem0_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem3",0,23,202,23,0,0,null,0,null,new LMBranch("0",projectroot+"trainingprograms.html"),"Describes the most prominent mindfulness programs available - MBSR and MBCT.",null,projectroot+"/menumodel002/menuitem1.gif",projectroot+"/menumodel002/menuitem1_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem6",0,46,202,23,0,0,null,0,null,new LMBranch("0",projectroot+"generalbenefits.html"),"General benefits of mindfulness.",null,projectroot+"/menumodel002/menuitem2.gif",projectroot+"/menumodel002/menuitem2_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem1",0,69,202,23,0,0,null,0,null,new LMBranch("0",projectroot+"depressionrelapse.html"),"How mindfulness helps with depression.",null,projectroot+"/menumodel002/menuitem3.gif",projectroot+"/menumodel002/menuitem3_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem5",0,92,202,23,0,0,null,0,null,new LMBranch("0",projectroot+"stressanxiety.html"),"Reducing stress, anxiety, and worry.",null,projectroot+"/menumodel002/menuitem4.gif",projectroot+"/menumodel002/menuitem4_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem2",0,115,202,23,0,0,null,0,null,new LMBranch("0",projectroot+"copingwithpain.html"),"Mindfulness for chronic pain.",null,projectroot+"/menumodel002/menuitem5.gif",projectroot+"/menumodel002/menuitem5_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem7",0,138,202,23,0,0,null,0,null,new LMBranch("0",projectroot+"sleeping.html"),"Mindfulness for insomnia and sleep problems.",null,projectroot+"/menumodel002/menuitem6.gif",projectroot+"/menumodel002/menuitem6_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem8",0,161,202,23,0,0,null,0,null,new LMBranch("0",projectroot+"adolescentskids.html"),"Mindfulness for children and adolescents.",null,projectroot+"/menumodel002/menuitem7.gif",projectroot+"/menumodel002/menuitem7_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem15",0,184,202,23,0,0,null,0,null,null,"Under construction!",null,projectroot+"/menumodel002/menuitem8.gif",projectroot+"/menumodel002/menuitem8_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem11",0,207,202,23,0,0,null,0,null,null,"Under construction!",null,projectroot+"/menumodel002/menuitem9.gif",projectroot+"/menumodel002/menuitem9_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem12",0,230,202,23,0,0,null,0,null,new LMBranch("0",projectroot+"classesinwa.html"),"Mindfulness training and practitioners in WA.",null,projectroot+"/menumodel002/menuitem10.gif",projectroot+"/menumodel002/menuitem10_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem9",0,253,202,23,0,0,null,0,null,new LMBranch("0",projectroot+"mindfulpractitioners.html"),"Mindfulness training therapists in WA.",null,projectroot+"/menumodel002/menuitem11.gif",projectroot+"/menumodel002/menuitem11_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem10",0,276,202,23,0,0,null,0,null,new LMBranch("0",projectroot+"therapist-training.html"),"Professional training in MBCT & mindfulness-based therapy.",null,projectroot+"/menumodel002/menuitem12.gif",projectroot+"/menumodel002/menuitem12_over.gif",null);
	MenuItems[miindex++] = new LMMenuItemStruct(mnuname + "_MenuItem18",0,299,202,23,0,0,null,0,null,new LMBranch("0",projectroot+"bibliography.html"),"Bibliography of all relevant literature.",null,projectroot+"/menumodel002/menuitem13.gif",projectroot+"/menumodel002/menuitem13_over.gif",null);
	var menumodel002_MNU1 = new LMMenu(mnuname,x+0,y+0,202,322,1,0,null,0,null,MenuItems,1);
	LMObjects[objindex++]= menumodel002_MNU1;

	RegisterMainMenu(menumodel002_MNU1);

	ReIndexMenu(menumodel002_MNU1, index);

}

