/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

menu.makeMenu('top0','','Home','./content.php?page=./opening.htm','',60)

menu.makeMenu('top1','','Experiences', './content.php?page=./showgroups.php','',100)

menu.makeMenu('top2','','Spirituality','','')
menu.makeMenu('sub21','top2','Readings and Reflections','./content.php?page=./docsreadings.htm','',180,0);	menu.makeMenu('sub22','top2','Prayer Services','./content.php?page=./docsprayers.htm','',180,0);
menu.makeMenu('sub23','top2','Further Readings','./content.php?page=./docsfurther.htm','',180,0);
 
menu.makeMenu('top3','','Formation','./content.php?page=./docsformat.htm','')

menu.makeMenu('top4','','Documents','','')
menu.makeMenu('sub40a','top4','Final Document','./english/PIM Final Document.pdf','_blank',270,0);
menu.makeMenu('sub40','top4','Meetings General Secretariat','./content.php?page=./meetings.htm','',240,0);
menu.makeMenu('sub41','top4','From the General Government','./content.php?page=./gengov.htm','',240,0);
menu.makeMenu('sub42','top4','Other Official Documents','./content.php?page=./otherdocs.htm','',240,0);

menu.makeMenu('top5','','Regions','','')
menu.makeMenu('sub50','top5','North Europe','./content.php?page=./reg_neurope.htm','',150,0);
menu.makeMenu('sub51','top5','South Europe','./content.php?page=./reg_seurope.htm','',150,0);
menu.makeMenu('sub52','top5','North America','./content.php?page=./reg_namerica.htm','',150,0);
menu.makeMenu('sub53','top5','South America','./content.php?page=./reg_samerica.htm','',150,0);
menu.makeMenu('sub54','top5','Asia','./content.php?page=./reg_asia.htm','',150,0)

menu.makeMenu('top6','','Contact', './content.php?page=./contact.htm')

menu.construct();