//UDMv3.6.3
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.6.3 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";	// alignment mode
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	105; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "resources/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#336633";	// main nav cell color
var rCOLOR = 	"#D9F9DB";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#ffffff"	// main nav border color
var aLINK = 	"#ffffff";	// main nav link color
var aHOVER = 	"#000000";      // main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	10;		// main nav font size (pixels)
var fWEIGHT = 	"normal"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#336633";	// submenu cell color
var srCOLOR = 	"#D9F9DB";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#336633"	// submenu border color
var saLINK = 	"#ffffff";	// submenu link color
var saHOVER = 	"#000000";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";		// submenu font face
var sfSIZE = 	9;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu dropshadow size
var shCOLOR =	"#D9F9DB";	// submenu dropshadow color
var shOPACITY = 75;		// submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var closeTIMER = 330;		// menu closing delay time
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = true;	// allow for text scaling in mozilla 5
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)





//** LINKS ***********************************************************



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")

addMainItem("","Hello",29,"center","","",0,0,"","#336633","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(110,"left","left",0,-4,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.circleofprayer.com/welcome.html","Welcome","","");
	addSubmenuItem("http://www.circleofprayer.com/share.html","Send in Your Thoughts","","");
	addSubmenuItem("http://www.circleofprayer.com/thoughts.html","Your Thoughts on Issues","","");
	addSubmenuItem("http://www.circleofprayer.com/guestbook.html","Sign the Guestbook","","");
	addSubmenuItem("http://www.circleofprayer.com/guestbook1.html","View Guestbook","","");
	addSubmenuItem("http://www.circleofprayer.com/links.html","Relevant Links","","");
	addSubmenuItem("http://www.circleofprayer.com/contact.html","Contact","","");
	addSubmenuItem("http://www.circleofprayer.com/aboutme.html","About Me","","");
	addSubmenuItem("http://www.circleofprayer.com/","Home","","");


addMainItem("","About Us",49,"center","","",0,0,"x","#336633","","","");

		// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(65,"left","left",0,-4,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.circleofprayer.com/explanations.html","Explanations","","");
	addSubmenuItem("http://www.circleofprayer.com/why.html","Why","","");
	addSubmenuItem("http://www.circleofprayer.com/where.html","Where","","");
	addSubmenuItem("http://www.circleofprayer.com/who.html","Who","","");
	addSubmenuItem("http://www.circleofprayer.com/when.html","When","","");
	addSubmenuItem("http://www.circleofprayer.com/which.html","Which","","");
	addSubmenuItem("http://www.circleofprayer.com/how.html","How","","");
	
addMainItem("","Prayer",37,"center","","",0,0,"x","#336633","","","");

		// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(120,"left","left",0,-4,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.circleofprayer.com/prayers.html","Selections >>","","");
		
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(120,"left","left",10,0,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/prayers.html","Types of Prayer","","");
addChildmenuItem("http://www.circleofprayer.com/morning.html","Morning Prayer","","");
addChildmenuItem("http://www.circleofprayer.com/night.html","Night Prayer","","");
addChildmenuItem("http://www.circleofprayer.com/simple.html","Simple Prayer","","");
addChildmenuItem("http://www.circleofprayer.com/devotions.html","Devotions","","");
addChildmenuItem("http://www.circleofprayer.com/novenas.html","Novenas","","");
addChildmenuItem("http://www.circleofprayer.com/chaplets.html","Chaplets","","");
addChildmenuItem("http://www.circleofprayer.com/special-needs-prayers.html","Special Needs Prayers","","");
addChildmenuItem("http://www.circleofprayer.com/indulgences.html","Gaining Indulgences","","");

	addSubmenuItem("","Bible >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(150,"left","left",-10,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/bible.html","Bible Introduction","","");
addChildmenuItem("http://www.circleofprayer.com/birth-of-jesus.html","Jesus' Infancy & Childhood","","");
addChildmenuItem("http://www.circleofprayer.com/jesus-public-ministry-starts.html","Start of Jesus' Public Ministry","","");
addChildmenuItem("http://www.circleofprayer.com/jesus-public-ministry1.html","First Year of Public Ministry","","");
addChildmenuItem("http://www.circleofprayer.com/jesus-public-ministry2.html","Second Year of Public Ministry","","");
addChildmenuItem("http://www.circleofprayer.com/jesus-public-ministry3.html","Third Year of Public Ministry","","");
addChildmenuItem("http://www.circleofprayer.com/holy-week.html","The Start of Holy Week","","");
addChildmenuItem("http://www.circleofprayer.com/holy-thursday.html","Events of Holy Thursday","","");
addChildmenuItem("http://www.circleofprayer.com/good-friday.html","Events of Good Friday","","");
addChildmenuItem("http://www.circleofprayer.com/jesus-burial-resurrection-ascension.html","Burial, Resurrection & Ascension","","");
	addSubmenuItem("http://www.circleofprayer.com/stations-of-the-cross.html","Stations of the Cross","","");
	addSubmenuItem("","Rosary  >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(110,"left","left",-50,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/rosary.html","The Rosary","","");
addChildmenuItem("http://www.circleofprayer.com/rosary-history.html","The History","","");
addChildmenuItem("http://www.circleofprayer.com/rosary-promises.html","The Promises","","");
addChildmenuItem("http://www.circleofprayer.com/secret1.html","Secrets of the Rosary","","");
addChildmenuItem("http://www.circleofprayer.com/rosary-prayers.html","Rosary Prayers","","");
addChildmenuItem("http://www.circleofprayer.com/rosary-mysteries.html","The Mysteries","","");
addChildmenuItem("http://www.circleofprayer.com/spiritual-rosary.html","Spiritual Rosary","","");
addChildmenuItem("http://www.circleofprayer.com/joyful-mysteries.html","Joyful Mysteries","","");
addChildmenuItem("http://www.circleofprayer.com/light-mysteries.html","Mysteries of Light","","");
addChildmenuItem("http://www.circleofprayer.com/sorrowful-mysteries.html","Sorrowful Mysteries","","");
addChildmenuItem("http://www.circleofprayer.com/glorious-mysteries.html","Glorious Mysteries","","");
	
	addSubmenuItem("","Divine Mercy  >>","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(155,"left","left",-70,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/divine-mercy-history.html","History of The Divine Mercy","","");
addChildmenuItem("http://www.circleofprayer.com/divine-mercy-chaplet.html","Divine Mercy Chaplet","","");
addChildmenuItem("http://www.circleofprayer.com/divine-mercy-novena.html","Divine Mercy Novena","","");
addChildmenuItem("http://www.circleofprayer.com/divine-mercy-prayers.html","Prayers for Divine Mercy","","");
addChildmenuItem("http://www.circleofprayer.com/divine-mercy-prayer-book.html","Printable Prayers for Divine Mercy","","");

addMainItem("","Faith Sharings",75,"center","","",0,0,"b","#336633","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(90,"left","left",0,-4,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.circleofprayer.com/sharings.html","Discussion","","");
	addSubmenuItem("http://www.circleofprayer.com/faith.html","Faith","","");
	addSubmenuItem("http://www.circleofprayer.com/forgiveness.html","Forgiveness","","");
	addSubmenuItem("http://www.circleofprayer.com/peace.html","Peace","","");
	addSubmenuItem("","Repentance >>","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(120,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/repentance.html","On Repentance","","");
addChildmenuItem("http://www.circleofprayer.com/priests.html","Priests Need Prayers Too","","");
	
	addSubmenuItem("","Surrender >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(90,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		
addChildmenuItem("http://www.circleofprayer.com/surrender.html","Surrender to God","","");
addChildmenuItem("http://www.circleofprayer.com/jimmy.html","Jimmy's Story","","");

addMainItem("","Divine Health",70,"center","","",0,0,"x","#336633","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(120,"left","left",0,-4,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.circleofprayer.com/healing.html","Healing","","");
	addSubmenuItem("http://www.circleofprayer.com/healing-the-past.html","Healing Your Past","","");
addSubmenuItem("http://www.circleofprayer.com/healing-prayers.html","Healing Prayers","","");
	addSubmenuItem("","Healing the Years >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(110,"left","left",-30,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/healing1.html","Healing Year by Year","","");
addChildmenuItem("http://www.circleofprayer.com/healing2.html","In the Womb","","");
addChildmenuItem("http://www.circleofprayer.com/healing3.html","Childhhod Years","","");
addChildmenuItem("http://www.circleofprayer.com/healing4.html","Teenage Years","","");
addChildmenuItem("http://www.circleofprayer.com/healing5.html","Early Adult Years","","");
addChildmenuItem("http://www.circleofprayer.com/healing6.html","Middle Years","","");
addChildmenuItem("http://www.circleofprayer.com/healing7.html","Twilight Years","","");
	
	addSubmenuItem("http://www.circleofprayer.com/intergenerational-healing.html","Healing Your Family Tree","","");
	addSubmenuItem("http://www.circleofprayer.com/pray-it-forward.html","Pray It Forward","","");
	addSubmenuItem("http://www.circleofprayer.com/saint-bridgets-prayer.html","Pray It Forward Prayers","","");

addMainItem("","Catholic's Corner",85,"center","","",0,0,"x","#336633","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(135,"left","left",0,-4,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.circleofprayer.com/catholic.html","Everyone Welcome!","",""); 
	addSubmenuItem ("http://www.circleofprayer.com/catholicism.html","Inner Life of a Catholic","",""); 
	addSubmenuItem("","The Profession of Faith >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(90,"left","left",-10,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/god-and-us.html","God and Us!","","");
addChildmenuItem("http://www.circleofprayer.com/divine-revelation.html","Divine Revelation","","");
addChildmenuItem("http://www.circleofprayer.com/sacred-scripture.html","Sacred Scripture","","");
addChildmenuItem("http://www.circleofprayer.com/christian-faith.html","Christian Faith","","");
addChildmenuItem("http://www.circleofprayer.com/heresy.html","Heresy","","");
addChildmenuItem("http://www.circleofprayer.com/schism.html","Schism & Division","","");
	
	addSubmenuItem("","The Paschal Mystery >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(125,"left","left",-30,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/worship.html","Worship","","");
addChildmenuItem("http://www.circleofprayer.com/grace.html","Grace","","");
addChildmenuItem("http://www.circleofprayer.com/liturgy.html","The Liturgy","","");
addChildmenuItem("http://www.circleofprayer.com/sacraments1.html","The Sacraments","","");
addChildmenuItem("http://www.circleofprayer.com/baptism.html","Baptism","","");
addChildmenuItem("http://www.circleofprayer.com/confirmation.html","Confirmation","","");
addChildmenuItem("http://www.circleofprayer.com/communion.html","The Eucharist","","");
addChildmenuItem("http://www.circleofprayer.com/penance.html","Penance","","");
addChildmenuItem("http://www.circleofprayer.com/extreme-unction.html","Extreme Unction","","");
addChildmenuItem("http://www.circleofprayer.com/holy-orders.html","Holy Orders","","");
addChildmenuItem("http://www.circleofprayer.com/matrimony.html","Matrimony","","");
addChildmenuItem("http://www.circleofprayer.com/sacramentals.html","Sacramentals","","");

	addSubmenuItem("","The Eucharist >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(140,"left","left",-50,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/eucharist.html","The First Eucharist","","");
addChildmenuItem("http://www.circleofprayer.com/holy-mass.html","Holy Sacrifice of Mass","","");
addChildmenuItem("http://www.circleofprayer.com/tridentine-mass.html","Traditional Celebration of Mass","","");
addChildmenuItem("http://www.circleofprayer.com/modern-mass.html","Modern Changes to the Mass","","");
addChildmenuItem("http://www.circleofprayer.com/eucharistic-miracles.html","Eucharistic Miracles","","");
addChildmenuItem("http://www.circleofprayer.com/eucharistic-adoration.html","Eucharistic Adoration","","");
addChildmenuItem("http://www.circleofprayer.com/eucharistic-healing.html","Healing Through the Eucharist","","");

	addSubmenuItem("","Life in Christ >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(135,"left","left",-70,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/life-in-christ.html","Life in Christ","","");
addChildmenuItem("http://www.circleofprayer.com/human-dignity.html","Dignity of the Human Person","","");
addChildmenuItem("http://www.circleofprayer.com/human-community.html","The Human Community","","");
addChildmenuItem("http://www.circleofprayer.com/gods-salvation.html","God's Salvation","","");
addChildmenuItem("http://www.circleofprayer.com/ten-commandments.html","The Ten Commandments","","");
addChildmenuItem("http://www.circleofprayer.com/eight-beatitudes.html","The Eight Beatitudes","","");
addChildmenuItem("http://www.circleofprayer.com/holy-spirit.html","The Holy Spirit in Us","","");
addChildmenuItem("http://www.circleofprayer.com/neighbour.html","Love Neighbour and Self","","");
	
	addSubmenuItem("","Church History >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(130,"left","left",-90,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/catholic-church.html","One Church One Shepherd","","");
addChildmenuItem("http://www.circleofprayer.com/popes.html","264 Popes","","");
addChildmenuItem("http://www.circleofprayer.com/early-church-fathers.html","Early Church Fathers","","");
addChildmenuItem("http://www.circleofprayer.com/church-crisis.html","The Church in Crisis","","");
addChildmenuItem("http://www.circleofprayer.com/church-councils.html","Church Councils","","");
addChildmenuItem("http://www.circleofprayer.com/church-doctors.html","Doctors of the Church","","");
addChildmenuItem("http://www.circleofprayer.com/encyclicals.html","Papal Encyclicals","","");
addChildmenuItem("http://www.circleofprayer.com/papal-infallilibity.html","Papal Infallibility","","");
addChildmenuItem("http://www.circleofprayer.com/vaticanII.html","Documents of Vatican II","","");
	
	addSubmenuItem("","Pope John Paul II >>","","");
		
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(130,"left","left",-10,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/Pope-John-Paul-II-Bigraphies.html","Biographies","","");
addChildmenuItem("http://www.circleofprayer.com/Pope-John-Paul-II-Pontificate.html","Pontificate","","");
addChildmenuItem("http://www.circleofprayer.com/Pope-John-Paul-II-Encyclicals.html","Writings","","");	

	addSubmenuItem("","Priesthood >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(110,"left","left",-45,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/priesthood.html","What is Priesthood?","","");
addChildmenuItem("http://www.circleofprayer.com/celibacy.html","Priestly Celibacy","","");
addChildmenuItem("http://www.circleofprayer.com/magisterium.html","The Magesterium","","");
addChildmenuItem("http://www.circleofprayer.com/religious-life.html","Religious Life","","");
addChildmenuItem("http://www.circleofprayer.com/mission.html","Our Mission","","");
addChildmenuItem("http://www.circleofprayer.com/lay-apostolates.html","Lay Apostolates","","");
	
	addSubmenuItem("","Contemporary Catholicism >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(120,"left","left",-50,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/modernism.html","Every 'ism' Under the Sun","","");
addChildmenuItem("http://www.circleofprayer.com/vatican.html","Pre-Vatican II","","");
addChildmenuItem("http://www.circleofprayer.com/modern.html","Our Modern Church","","");
addChildmenuItem("http://www.circleofprayer.com/church-changes.html","Changes in the Church","","");
addChildmenuItem("http://www.circleofprayer.com/sin.html","What Happened to Sin?","","");

addMainItem("","Our Lady",50,"center","","",0,0,"x","#336633","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(150,"left","left",0,-4,"","","","","","","");
	addSubmenuItem("http://www.circleofprayer.com/our-lady.html","Mary's Role for Us","","");
	addSubmenuItem("http://www.circleofprayer.com/marys-feast-days.html","Feast Days of Our Lady","","");
	addSubmenuItem("http://www.circleofprayer.com/apparitions.html","Discussing Marian Apparitions","","");
	addSubmenuItem("http://www.circleofprayer.com/approved-apparitions.html","Approved Marian Apparitions","","");
	addSubmenuItem("","Similarity of Marian Apparitions >>","","");

// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(120,"left","left",-70,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/la-salette-history.html","History of La Salette","","");
addChildmenuItem("http://www.circleofprayer.com/la-salette-messages.html","Messages of La Salette","","");
addChildmenuItem("http://www.circleofprayer.com/fatima.html","History of Fatima","","");
addChildmenuItem("http://www.circleofprayer.com/fatima-messages.html","Messages of Fatima","","");
addChildmenuItem("http://www.circleofprayer.com/fatima-secrets.html","Secrets of Fatima","","");
addChildmenuItem("http://www.circleofprayer.com/garabandal.html","History of Garabandal","","");
addChildmenuItem("http://www.circleofprayer.com/garabandal-messages.html","Messages of Garabandal","","");
addChildmenuItem("http://www.circleofprayer.com/akita.html","Akita, Japan","","");

	addSubmenuItem("","Amsterdam >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(110,"left","left",-90,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/theladyofallnations.html","The Lady of All Nations","","");
addChildmenuItem("http://www.circleofprayer.com/theladyofallnations-explained.html","Explanations","","");
addChildmenuItem("http://www.circleofprayer.com/theladyofallnations-importance.html","Importance","","");
addChildmenuItem("http://www.circleofprayer.com/theladyofallnations-marian-dogma.html","The Final Marian Dogma","","");
addChildmenuItem("http://www.circleofprayer.com/theladyofallnations-messages1.html","The 56 Messages","","");
addChildmenuItem("http://www.circleofprayer.com/theladyofallnations-appendix1.html","Appendix Notes","","");
addChildmenuItem("http://www.circleofprayer.com/theladyofallnations-approved.html","The Church Approves","","");
addChildmenuItem("http://www.circleofprayer.com/theladyofallnations-prayer.html","Taking Action","","");
	
	addSubmenuItem("","Medugorje >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(90,"left","left",-30,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/medugorje.html","About Medugorje","","");
addChildmenuItem("http://www.circleofprayer.com/medugorje-messages.html","Monthly Messages","","");
addChildmenuItem("http://www.circleofprayer.com/medugorje-message.html","Current Messsage","","");
addChildmenuItem("http://www.circleofprayer.com/medugorje-secrets.html","Medugorje Secrets","","");

addMainItem("","Private Revelations",95,"center","","",0,0,"x","#336633","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(150,"left","left",0,-4,"","","","","","","");
	addSubmenuItem("http://www.circleofprayer.com/private-revelations.html","Private Revelations Explained","","");
	addSubmenuItem("http://www.circleofprayer.com/revelations.html","The Church's Position","","");
	addSubmenuItem("http://www.circleofprayer.com/mystics.html","Famous Catholic Mystics","","");
	addSubmenuItem("http://www.circleofprayer.com/why-revelations.html","Why Private Revelations Today?","","");
	addSubmenuItem("","The Father Speaks >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(120,"left","left",-70,0,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")

addChildmenuItem("http://www.circleofprayer.com/the-father-speaks-preface.html","Preface","","");
addChildmenuItem("http://www.circleofprayer.com/the-father-speaks-Mother-Eugenia.html","Mother Eugenia Ravasio","","");
addChildmenuItem("http://www.circleofprayer.com/the-father-speaks-testimony.html","Bishop's Testimony","","");
addChildmenuItem("http://www.circleofprayer.com/the-father-speaks-message1.html","The Father's Messages 1","","");
addChildmenuItem("http://www.circleofprayer.com/the-father-speaks-message2.html","The Father's Messages 2","","");
addChildmenuItem("http://www.circleofprayer.com/the-father-speaks-prayer.html","Prayer to God the Father","","");
addChildmenuItem("http://www.circleofprayer.com/the-father-speaks-image.html","The Image","","");
	
	addSubmenuItem("http://www.circleofprayer.com/modern-mystics.html","Private Revelations Worldwide","","");
	addSubmenuItem("","Private Revelations in Ireland >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(140,"left","left",-50,0,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")

addChildmenuItem("http://www.circleofprayer.com/irish-mystics.html","Private Revelations in Ireland","","");
addChildmenuItem("http://www.circleofprayer.com/denis-oleary.html","Denis O'Leary, Cork","","");
addChildmenuItem("http://www.circleofprayer.com/christina-gallagher.html","Christina Gallagher, Mayo","","");
addChildmenuItem("http://www.circleofprayer.com/doon-limerick.html","Doon, County Limerick","","");
addChildmenuItem("http://www.circleofprayer.com/two-patricks.html","The Two Patricks, Cookstown","","");
	addSubmenuItem("","The Two Patricks >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(100,"left","left",-50,0,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")

addChildmenuItem("http://www.circleofprayer.com/Patrick-Rushe.html","Meet Patrick Rushe","","");
addChildmenuItem("http://www.circleofprayer.com/Patrick-OKane.html","Meet Patrick O'Kane","","");
addChildmenuItem("http://www.circleofprayer.com/thetwopatricks-messages.html","Messages of Love","","");
addChildmenuItem("http://www.circleofprayer.com/thetwopatricks-publications.html","Publications","","");

addMainItem("","Issues",32,"center","","",0,0,"u","#336633","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(115,"left","left",0,-4,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.circleofprayer.com/issues.html","Issues to Think About","","");
	addSubmenuItem("http://www.circleofprayer.com/war-with-iraq.html","War With Iraq","","");
	addSubmenuItem("http://www.circleofprayer.com/europe.html","The European Union","","");
	addSubmenuItem("","Freemasonry >>","","");
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(140,"left","left",-30,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/freemasons.html","What is Freemasonry?","","");
addChildmenuItem("http://www.circleofprayer.com/freemason-history.html","History of Freemasonry","","");
addChildmenuItem("http://www.circleofprayer.com/church-freemasons.html","Freemasonry Within the Church","","");
addChildmenuItem("http://www.circleofprayer.com/freemasons-plan.html","The 34 Steps","","");
addChildmenuItem("http://www.circleofprayer.com/world-freemasons.html","Global Freemasonry","","");
addChildmenuItem("http://www.circleofprayer.com/irish-freemasonry.html","Freemasonry in Ireland","","");
	addSubmenuItem("http://www.circleofprayer.com/new-age.html","New Age - New Religion?","","");
	addSubmenuItem("http://www.circleofprayer.com/legislation.html","Legislation >>","","");

		defineChildmenuProperties(130,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")

addChildmenuItem("http://www.circleofprayer.com/legislation.html","Is Legislation Always Good?","","");	
addChildmenuItem("http://www.circleofprayer.com/caesars.html","Caesar's Due","","");
	addSubmenuItem("http://www.circleofprayer.com/business.html","Business >>","","");

		defineChildmenuProperties(110,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.circleofprayer.com/business.html","Ethics in Business","","");
		addChildmenuItem("http://www.circleofprayer.com/pharmaceuticals.html","Pharmaceutical Industry","","");
addChildmenuItem("http://www.circleofprayer.com/cigarette-companies.html","Cigarette Companies","","");
addChildmenuItem("http://www.circleofprayer.com/banking.html","Banking","","");
	addSubmenuItem("","The Media >>","","");

defineChildmenuProperties(130,"left","left",-50,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/media.html","Does the Media Control Us?","","");
addChildmenuItem("http://www.circleofprayer.com/television.html","Television","","");
addChildmenuItem("http://www.circleofprayer.com/movies.html","Games & Movies","","");
addChildmenuItem("http://www.circleofprayer.com/newspapers.html","Journalism","","");
addChildmenuItem("http://www.circleofprayer.com/advertising.html","Advertising","","");
addChildmenuItem("http://www.circleofprayer.com/internet.html","The Internet","","");

	addSubmenuItem("http://www.circleofprayer.com/christmas.html","Let's Ban Christmas!","","");	
addSubmenuItem("http://www.circleofprayer.com/ethics-thoughts.html","Send in Your Thoughts","","");
addSubmenuItem("http://www.circleofprayer.com/ethics-thoughts1.html","Your Thoughts on Issues","","");

addMainItem("http://www.circleofprayer.com/life.html","Life",23,"center","","",0,0,"u","#336633","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(95,"left","left",0,-4,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.circleofprayer.com/life.html","The Sanctity of Life","","");
	addSubmenuItem("http://www.circleofprayer.com/euthanasia.html","Euthanasia","","");
	addSubmenuItem("http://www.circleofprayer.com/capital-punishment.html","Capital Punishment","","");
	addSubmenuItem("","Abortion >>","","");
defineChildmenuProperties(95,"left","left",-30,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/abortion.html","Abortion Discussed","","");
addChildmenuItem("http://www.circleofprayer.com/hurt-by-abortion.html","Hurt by Abortion","","");
addChildmenuItem("http://www.circleofprayer.com/your-baby.html","Your Baby","","");
addChildmenuItem("http://www.circleofprayer.com/abortion-stories.html","Your Stories","","");
addChildmenuItem("http://www.circleofprayer.com/stories.html","Write Your Story","","");

	addSubmenuItem("","Abortion Truths >>","","");
defineChildmenuProperties(130,"right","left",-70,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/abortion-truth.html","Truths About Abortion","","");
addChildmenuItem("http://www.circleofprayer.com/abortion-techniques.html","Abortion Techniques","","");
addChildmenuItem("http://www.circleofprayer.com/partial-birth-abortion.html","Partial Birth Abortion","","");
addChildmenuItem("http://www.circleofprayer.com/abortion-pictures.html","Abortion Pictures","","");
addChildmenuItem("http://www.circleofprayer.com/abortion-survival-testimonies.html","Survivors of Abortion","","");
addChildmenuItem("http://www.circleofprayer.com/abortion-uninformed.html","Uninformed Consent","","");
addChildmenuItem("http://www.circleofprayer.com/abortion-maternal-deaths.html","Maternal Deaths","","");
addChildmenuItem("http://www.circleofprayer.com/abortion-carers-testimonies.html","Health Carers' Testimonies","","");
addChildmenuItem("http://www.circleofprayer.com/abortion-scandals.html","Scandals!","","");

	addSubmenuItem("http://www.circleofprayer.com/abortion-prayers.html","Abortion Prayers","","");

addMainItem("","Bookstore",50,"center","","",0,0,"u","#336633","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(90,"left","left",0,-4,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.circleofprayer.com/bookstore","Welcome","","");
	addSubmenuItem("http://www.circleofprayer.com/books","Books >>","","");				addSubmenuItem("http://www.circleofprayer.com/textbooks.html","Text Books","","");
	addSubmenuItem("http://www.circleofprayer.com/books-on-tape.html","Books on Tape","","");
	addSubmenuItem("http://www.circleofprayer.com/magazines.html","Magazines","","");
	addSubmenuItem("http://www.circleofprayer.com/videos.html","Videos","","");
	addSubmenuItem("http://www.circleofprayer.com/audio.html","Audio","","");
	addSubmenuItem("http://www.circleofprayer.com/cds.html","CD-Rom","","");
	addSubmenuItem("http://www.circleofprayer.com/art.html","Art","","");
	addSubmenuItem("http://www.circleofprayer.com/dvd","DVD","","");
	addSubmenuItem("http://www.circleofprayer.com/software.html","Software","","");
	addSubmenuItem("http://www.circleofprayer.com/cassettes.html","Music Cassettes","","");
	addSubmenuItem("http://www.circleofprayer.com/music-cds.html","Music CD","","");
	addSubmenuItem("http://www.circleofprayer.com/gifts","Gifts","","");

addMainItem("","Reflections",56,"center","","",0,0,"u","#336633","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(90,"left","left",0,-4,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.circleofprayer.com/reflections.html","Weekly Reflections","","");
	addSubmenuItem("http://www.circleofprayer.com/reflection.html","Current Reflection","","");
	addSubmenuItem("http://www.circleofprayer.com/archives.html","Archives","","");

addMainItem("","<span class='none'>Participants</span>",61,"center","","",0,0,"u","#336633","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(110,"left","left",0,-4,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.circleofprayer.com/participation.html","Participation","","");
	addSubmenuItem("http://www.circleofprayer.com/participants.html","Our Prayer Warriors","","");
	addSubmenuItem("http://www.circleofprayer.com/join.html","Join the Circle of Prayer","","");
	addSubmenuItem("http://www.circleofprayer.com/denominations.html","Denominations","","");
	addSubmenuItem("","Regions >>","","");

// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(110,"right","left",-70,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
addChildmenuItem("http://www.circleofprayer.com/regions.html","See Where We're From","","");
addChildmenuItem("http://www.circleofprayer.com/african-participants.html","African Participants","","");
addChildmenuItem("http://www.circleofprayer.com/american-participants.html","American Participants","","");
addChildmenuItem("http://www.circleofprayer.com/antarctica-participants.html","Antarctica Participants","","");
addChildmenuItem("http://www.circleofprayer.com/asian-participants.html","Asian Participants","","");
addChildmenuItem("http://www.circleofprayer.com/atlantic-participants.html","Atlantic Participants","","");
addChildmenuItem("http://www.circleofprayer.com/australian-participants.html","Australian Participants","","");
addChildmenuItem("http://www.circleofprayer.com/european-participants.html","European Participants","","");
addChildmenuItem("http://www.circleofprayer.com/indian-participants.html","Indian Participants","","");
addChildmenuItem("http://www.circleofprayer.com/pacific-participants.html","Pacific Participants","","");

	addSubmenuItem("http://www.circleofprayer.com/updates.html","Keep in Touch","","");


addMainItem("","Intentions",50,"center","","",0,0,"u","#336633","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","#336633","#000000","#ffffff","#ffffff","#ffffff","#ffffff")
	defineSubmenuProperties(120,"left","left",0,-70,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.circleofprayer.com/prayer-requests.html","Requesting Prayers","","");
	addSubmenuItem("http://www.circleofprayer.com/intentions.html","General Prayer Intentions","","");
	addSubmenuItem("http://www.circleofprayer.com/prayerbook.html","Your Prayer Intentions","","");
	addSubmenuItem("http://www.circleofprayer.com/weekly-intentions.html","Weekly Prayer List","","");
	addSubmenuItem("http://www.circleofprayer.com/requests.html","Send a Prayer Request","","");

			
//**DO NOT EDIT THIS *****
}//***********************
//************************

