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



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////



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



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

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

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

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#800080" 	// main nav cell color
var rCOLOR = 	"lightgreen";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"#CC9900";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	13;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// 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 = 	"#800080"	// submenu cell color

var srCOLOR = 	"lightgreen";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#800080"	// submenu border color
var saLINK = 	"#CC9900";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"comic sans ms,arial";// submenu font face
var sfSIZE = 	13;		// 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 drop shadow size
var shCOLOR =	"cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow 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 cellCLICK = true;		// links activate on TD click
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 = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


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


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("","The <span class='u'>E</span>ucharist and Adoration",220,"center","","",0,0,"e");

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

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.acfp2000.com/What/Eucharist&Adoration.html","What is the Eucharist? What is Adoration?","","");
	addSubmenuItem("http://www.acfp2000.com/Inspiration/inspiration.html","Why Perpetual Eucharistic Adoration? Why Exposition?","","");
      addSubmenuItem("http://www.acfp2000.com/Sections/sec7.htm","Perpetual Eucharistic Adoration Made Simple","","");
	addSubmenuItem("http://www.acfp2000.com/PopeJPII/pope.html","Pope John Paul II and Perpetual Eucharistic Adoration","","");
	addSubmenuItem("http://www.acfp2000.com/Eucharist/eucharistDocs.html","Documents on the Eucharist","","");
	addSubmenuItem("http://www.vatican.va/archive/catechism/p2s2c1a3.htm","The Eucharist: What the New Catechism says","","");
	addSubmenuItem("http://www.acfp2000.com/Trinity/Trinity.html","The Trinity and The Eucharist","","");
	addSubmenuItem("http://www.acfp2000.com/History/history.html","The History of the Eucharist","","");
	addSubmenuItem("http://www.acfp2000.com/Mercy/mercy.html","The Eucharist and Divine Mercy","","");
	addSubmenuItem("http://www.acfp2000.com/Sacred_Heart/Sacred%20Heart.html","The Sacred Heart","","");
	addSubmenuItem("http://www.acfp2000.com/Miracles/eucharistic.html","Eucharistic Miracles","","");
	addSubmenuItem("http://www.acfp2000.com/Year_Eucharist/yeareu.html","The Year of the Eucharist","","");


// *** change these to absolutes

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

addMainItem("","<span class='u'>O</span>ur Lady",100,"center","","",0,0,"o");

	defineSubmenuProperties(137,"left","left",-4,0,"");

	addSubmenuItem("http://www.acfp2000.com/Our%20Lady/Our%20Lady%20of%20the%20MSS.html","Our Lady","","");
	addSubmenuItem("http://www.acfp2000.com/Rosary/Rosary.html","The Rosary","","");

addMainItem("","<span class='u'>S</span>aints",65,"center","","",0,0,"s");

	defineSubmenuProperties(200,"left","left",-4,0,"");

	addSubmenuItem("http://www.acfp2000.com/St.%20Joseph/St.%20Joseph%20-%20Perfect%20Adorer.html","St. Joseph Perpetual Adorer","","");
	addSubmenuItem("http://www.acfp2000.com/Saints/Saints.html","Saints of the Eucharist","","");


addMainItem("","<span class='u'>R</span>esources",120,"center","","",0,0,"r");

	defineSubmenuProperties(150,"left","left",-4,0,"");


	addSubmenuItem("http://www.acfp2000.com/Sections/Children/children.html","Children","","");
	addSubmenuItem("http://www.acfp2000.com/Sections/quotes.html","Eucharistic Quotes","","");
	addSubmenuItem("http://www.acfp2000.com/Sections/Family/Family.html","Family","","");
	addSubmenuItem("http://www.acfp2000.com/ApostleforPeace.html","Missionaries","","");
	addSubmenuItem("http://www.acfp2000.com/Resources/monstrances.htm","Monstrances","","");
	addSubmenuItem("http://www.acfp2000.com/Newsletters/main.html","Newsletters","","");
	addSubmenuItem("http://www.acfp2000.com/Sections/english.html","Pamphlets","","");
	addSubmenuItem("http://www.acfp2000.com/Prayers/prayer.html","Prayers","","");
	addSubmenuItem("http://www.acfp2000.com/Youth/Youth.html","Youth","","");
	


addMainItem("","C<span class='u'>a</span>talog",120,"center","","",0,0,"c");

	defineSubmenuProperties(250,"left","left",-4,0,"");
addSubmenuItem("http://webtools.kolbenet.com/shopcart.php?n=4&cat=Audio+Tapes%2FCDS","Audio Tapes/CDS","");
addSubmenuItem("http://webtools.kolbenet.com/shopcart.php?n=4&cat=Bookmarks%2C+Cards+and+Stickers","Bookmarks, Cards and Stickers","");
addSubmenuItem("http://webtools.kolbenet.com/shopcart.php?n=4&cat=Books","Books","");
addSubmenuItem("http://webtools.kolbenet.com/shopcart.php?n=4&cat=Children","Children","");
addSubmenuItem("http://webtools.kolbenet.com/shopcart.php?n=4&cat=DVD","DVD","");
addSubmenuItem("http://webtools.kolbenet.com/shopcart.php?n=4&cat=Families","Families","");
addSubmenuItem("http://webtools.kolbenet.com/shopcart.php?n=4&cat=Kits%2C+Pins%2C+Rosaries%2C+Medals%2C+Chaplets+%26+More","Kits, Pins, Rosaries, Medals, Chaplets &amp; More","");
addSubmenuItem("http://webtools.kolbenet.com/shopcart.php?n=4&cat=Music","Music","");
addSubmenuItem("http://webtools.kolbenet.com/shopcart.php?n=4&cat=Pamphlets","Pamphlets","");
addSubmenuItem("http://webtools.kolbenet.com/shopcart.php?n=4&cat=Posters","Posters","");
addSubmenuItem("http://webtools.kolbenet.com/shopcart.php?n=4&cat=Video+Tapes","Video Tapes","");
addSubmenuItem("http://webtools.kolbenet.com/shopcart.php?n=4&cat=Youth","Youth","");

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

addMainItem("http://www.acfp2000.com/Chapels/worldmap.php4","C<span class='u'>h</span>apels",100,"center","","",0,0,"h");

addMainItem("","Sou<span class='u'>n</span>d Clips",120,"center","","",0,0,"o");

	defineSubmenuProperties(250,"left","left",-4,0,"");


	addSubmenuItem("http://www.acfp2000.com/mirror.php?link=tantumergo.ram","Tantum Ergo","","");
	addSubmenuItem("http://www.acfp2000.com/mirror.php?link=salveregina.ram","Salve Regina","","");
	addSubmenuItem("http://www.acfp2000.com/mirror.php?link=sacredheart.ram","Sacred Heart Song","","");
	addSubmenuItem("http://www.acfp2000.com/mirror.php?link=childofmine.ram","Child of Mine","","");
	addSubmenuItem("http://www.acfp2000.com/mirror.php?link=letallmortalflesh.ram","Let All Mortal Flesh Keep Silence","","");
	addSubmenuItem("http://www.acfp2000.com/mirror.php?link=leadustoriver.ram","Lead us to the River","","");
	addSubmenuItem("http://www.acfp2000.com/clips.htm","Sound Clips Home","","");

addMainItem("","<span class='u'>L</span>anguages",120,"center","","",0,0,"l");

	defineSubmenuProperties(120,"left","left",-4,0,"");


	addSubmenuItem("http://www.french.acfp2000.com/","French","_blank","");
	addSubmenuItem("http://www.acfp2000.com/Spanish/spanish.html","Spanish","_blank","");

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