//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
//
///////////////////////////////////////////////////////////////////////////
// Modified by John Koshy for St. Thomas Indian Orthodox Church, DC.

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



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

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

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

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

var mCOLOR = 	"white";	// main nav cell color
var rCOLOR = 	"#7D0705";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"black"		// main nav border color
var aLINK = 	"black";	// main nav link color
var aHOVER = 	"white";	// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"normal"		// main nav font weight
var tINDENT = 	0;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	6;		// 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 = 	"white";	// submenu cell color
var srCOLOR = 	"#7D0705";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"		// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"white";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";		// submenu font face
var sfSIZE = 	11;		// 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 = 0;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	4;		// submenu dropshadow size
var shCOLOR =	"#000000";	// 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 = 0;		// shift the child menus vertically
var chhOFFSET = 22;		// 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")
addMainItem("http://www.st-thomas-orthodox-dc.org/indextwo.htm","Home",65,"center","","",40,5,"e");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")

addMainItem(""," Our Parish",85,"center","","",20,6,"w");

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

	//addSubmenuItem("http://www.st-thomas-orthodox-dc.org/parishnews.htm","Parish News","","");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/ourparish.htm","Church History","","");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/stioccal","Church Calendar","","");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/worshipschedule.htm","Worship Schedule","","");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/directions.htm","Directions","","");
	

	addSubmenuItem("","Messages >>","","");

defineChildmenuProperties(150,"left","center",0,-20,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.st-thomas-orthodox-dc.org/message.htm","Message from the Vicar","","");
		addChildmenuItem("http://www.st-thomas-orthodox-dc.org/messagedeacon.htm","Message from the Deacon","","");

        addSubmenuItem("http://www.st-thomas-orthodox-dc.org/gospelmessage.htm","Gospel Message","","");
        addSubmenuItem("http://www.st-thomas-orthodox-dc.org/photos.htm","Photo Album","","");
        addSubmenuItem("http://www.st-thomas-orthodox-dc.org/newsletters.htm","Newsletter","","");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/donations.htm","Please Donate","","");

addMainItem("","Indian Orthodox Church",160,"center","","",100,6,"s");

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

	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/indianorthodox.htm","Historical Perspective","","");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/faithandbeliefs.htm","Faith and Beliefs","","");
	addSubmenuItem("http://www.earlychristianwritings.com/thomas.html","About St.Thomas","","");

		
addMainItem("","Activities",75,"center","","",130,6,"t");

	defineSubmenuProperties(170,"left","center",-4,0,"");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/sundayschool.htm","Sunday School","","");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/mgocsm.htm","MGOCSM","","");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/mmsamaj.htm","Martha Mariyam Samajam","","");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/prayermeetings.htm","Prayer Meetings","","");


addMainItem("","Diocese",72,"center","","",150,6,"r");

	defineSubmenuProperties(170,"left","center",-4,0,"");

	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/diocese.htm","Malankara Metropolitan","","");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/americandiocese.htm","American Diocese","","");

addMainItem("","Feedback",80,"center","","",185,6,"r");

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

	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/stiocgb","Guest Book","","");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/contact.htm","Contact Us","","");

addMainItem("","Resources",80,"center","","",220,6,"r");

defineSubmenuProperties(150,"left","center",-4,0,"");
                addSubmenuItem("http://www.st-thomas-orthodox-dc.org/articles.htm","Articles","","");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/links.htm","Links","","");
	addSubmenuItem("javascript:void(q=prompt('Search%20The%20Bible...\nEnter%20search%20word%20or%20phrase...',''));if(q)void(location.href='http://bible.christiansunite.com/search.cgi?search=link&select=kjv&terms='+escape(q))","Search the Bible","","");
	addSubmenuItem("http://www.st-thomas-orthodox-dc.org/servicebook.htm","English Service Book","","");

//addMainItem("http://www.st-thomas-orthodox-dc.org/links.htm","Links",103,"center","","",220,6,"r");



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