/******************************************
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','','Hogar','./content.php?page=./opening.htm','',60)

menu.makeMenu('top1','','Experi&ecirc;ncias', './content.php?page=./showgroups.php','',100)

menu.makeMenu('top2','','Espiritualidad','','',120)
menu.makeMenu('sub21','top2','Textos e Reflex&otilde;es','./content.php?page=./docsreadings.htm','',180,0);	
menu.makeMenu('sub22','top2','Ora&ccedil;&otilde;es','./content.php?page=./docsprayers.htm','',180,0);
menu.makeMenu('sub23','top2','Leer mais','./content.php?page=./docsfurther.htm','',180,0);
 
menu.makeMenu('top3','','Forma&ccedil;&atilde;o','./content.php?page=./docsformat.htm','')

menu.makeMenu('top4','','Documentos','','')
menu.makeMenu('sub40a','top4','Documento Final','./port/PIM Final Document Port.pdf','_blank',270,0);
menu.makeMenu('sub40','top4','Reuni&atilde;os do Secretariado Geral','./content.php?page=./meetings.htm','',270,0);
menu.makeMenu('sub41','top4','Do Governo Geral','./content.php?page=./gengov.htm','',270,0);
menu.makeMenu('sub42','top4','Outros documentos oficiais','./content.php?page=./otherdocs.htm','',270,0);

menu.makeMenu('top5','','Regiones','','')
menu.makeMenu('sub50','top5','Europa do Norte','./content.php?page=./reg_neurope.htm','',150,0);
menu.makeMenu('sub51','top5','Europa so Sur','./content.php?page=./reg_seurope.htm','',150,0);
menu.makeMenu('sub52','top5','America do Norte','./content.php?page=./reg_namerica.htm','',150,0);
menu.makeMenu('sub53','top5','America do Sur','./content.php?page=./reg_samerica.htm','',150,0);
menu.makeMenu('sub54','top5','Asia','./content.php?page=./reg_asia.htm','',150,0)

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


		menu.construct();

