//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 = "left";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	55; 		// 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 = 	"3366cc";	// main nav cell color
var rCOLOR = 	"6699cc";	// 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 = 	"ffcc33";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial,verdana";	// 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 = 	"6699cc";	// submenu cell color

var srCOLOR = 	"3366cc";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"009999"	// submenu border color
var saLINK = 	"ffffff";	// submenu link color
var saHOVER = 	"ffcc33";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial,verdana";// 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 =	"ccccff";	// 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 = 8;		// 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("","Books",40,"center","","",0,0,"");
	defineSubmenuProperties(300,"left","left",-5,-4,"");
	addSubmenuItem("http://www.64thstreetchurchofchrist.org/books/fbook.htm","Books For Sale  ","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(140,"left","left",-4,0,"");
    // *** change these to absolutes
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("","The Open Bible Study Method",200,"center","","",0,0,"t");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(150,"left","left",-5,-4,"");
// addSubmenuItem("url", "Link Name", "_target", "alt txt")
	
	addSubmenuItem("","Section 1: Introduction ","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(450,"left","left",10,-50,"" );
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s1ch1.doc","... Chapter 1 .. Section Introduction                  ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s1ch2.doc","... Chapter 2 .. How to Prepare a Bible Study          ","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s1ch3.doc","... Chapter 3 .. Formats for Bible Study               ","","");
     	addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s1ch4.doc","... Chapter 4 .. Instructions to the Team              ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s1ch5.doc","... Chapter 5 .. How to Present a Bible Study          ","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s1ch6.doc","... Chapter 6 .. Section Summary                       ","","");
	
	addSubmenuItem("","Section 2: BackGround Studies ","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(450,"left","left",10,-50,"" );
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s2ch1.doc","... Chapter 1 .. Section Introduction                     ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s2ch2.doc","... Chapter 2 .. The Importance of the Bible              ","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s2ch3.doc","... Chapter 3 .. Which Law are We Under?                  ","","");
     	addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s2ch4.doc","... Chapter 4 .. Should a Baby be Baptized?               ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s2ch5.doc","... Chapter 5 .. Can Anyone other than a Christian Saved? ","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s2ch6.doc","... Chapter 6 .. Is Jesus Diety?                          ","","");
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s2ch7.doc","... Chapter 7 .. What is Grace?                           ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s2ch8.doc","... Chapter 8 .. The Importance of the Local Congregation ","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s2ch9.doc","... Chapter 9 .. The Kingdom of Heaven                    ","","");
     	addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s2ch10.doc",".. Chapter 10 .. Can Men Perform Miracle's Today?        ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s2ch11.doc","... Chapter 11 .. Section Summary                        ","","");
	
	addSubmenuItem("","Section 3: God's Plan of Salvation ","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(450,"left","left",10,-50,"" );
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s3ch1.doc","... Chapter 1 .. Section Introduction                     ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s3ch2.doc","... Chapter 2 .. The Importance of Baptism                ","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s3ch3.doc","... Chapter 3 .. Do i Need to be Rebaptized?              ","","");
     	addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s3ch4.doc","... Chapter 4 .. Saved by What?                           ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/book3/s3ch5.doc","... Chapter 5 .. Belief                                   ","","");
  
	
addMainItem("","Info",30,"center","","",0,0,"");
	defineSubmenuProperties(300,"left","left",-5,-4,"");
// addSubmenuItem("url", "Link Name", "_target", "alt txt")

	addSubmenuItem("http://www.64thstreetchurchofchrist.org/info/2010greg.doc","Greg Gay's 2010 Preaching Schedule","","");
    addSubmenuItem("http://www.64thstreetchurchofchrist.org/info/map.php","Map to 64th Street                     ","","");
	addSubmenuItem("http://www.64thstreetchurchofchrist.org/info/webpage.php","About Web Page                     ","","");
	addSubmenuItem("http://www.64thstreetchurchofchrist.org/info/about64.php","About The 64th Street Congregation ","","");
	addSubmenuItem("http://www.64thstreetchurchofchrist.org/info/64info.php","64th Street Contact Information     ","","");
	addSubmenuItem("http://www.64thstreetchurchofchrist.org/info/64speaker.php","64th Street Speaker's Schedule      ","","");
	addSubmenuItem("http://www.64thstreetchurchofchrist.org/info/aboutcoc.php","About Church of Christ","","");
	addSubmenuItem("","Other Local Congregations","","");
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(380,"left","left",-4,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thStreetChurchofChrist.org/info/auburn.php","Auburn - 305 Foresthill Ave - Phone: 530-885-3442","","");
		addChildmenuItem("http://www.64thStreetChurchofChrist.org/info/fairoaks.php","Fair Oaks - 8885 N Winding Way - Phone: 916-988-0601","","");
    	addChildmenuItem("http://www.64thStreetChurchofChrist.org/info/northsac.php","North Sacramento - 2570 Darwin Street - Phone: 916-923-5211","","");
		addChildmenuItem("http://www.64thStreetChurchofChrist.org/info/olivehurst.php","Olivehurst - 5212 Chestnut Road - Phone: 530-695-8122","","");
		addChildmenuItem("http://www.64thStreetChurchofChrist.org/info/roseville.php","Roseville - 1203 Gabrielli Drive - Phone: 916-415-1870","","");
		addChildmenuItem("http://www.64thStreetChurchofChrist.org/info/yubacity.php","Yuba City - 287 Littlejohn Road - Phone: 530-673-6583","","");

addMainItem("","Bible Studies",85,"center","","",0,0,"s");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(230,"left","left",-5,-4,"");
// addSubmenuItem("url", "Link Name", "_target", "alt txt")

	addSubmenuItem("","Background Studies","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(260,"left","left",11,0,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/bible.php","The Bible and its place in the Christian's Life","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/law.php","Which Law are we Under","","");

 	addSubmenuItem("","Studies on Salvation","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(260,"left","left",11,0,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/baptism.php","Baptism","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/salloss.php","Can Salvation Be Lost?","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/saved_by.php","Saved By What?","","");

	addSubmenuItem("","Studies on Christian Living","","");
	addSubmenuItem("","Christian Characteristics","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(260,"left","left",11,0,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/joy.php","Christian Joy","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/construction.php","Heavenly Wisdom","","");
	
	addSubmenuItem("","The Worship Service","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(260,"left","left",11,0,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/guidelines.php","Guidelines to the Worship Service","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/assembly.php","The Assembly of the Church","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/prayer.php","The Blessings of Prayer","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/singing.php","The Blessings of Singing","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/preaching.php","The Blessings of Preaching","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/construction.php","The Blessings of the Communion","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/contribution.php","The Blessings of the Contribution","","");

	addSubmenuItem("","Miscellaneous Studies","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(340,"left","left",11,0,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/miracles.php","Miraculous Gifts","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/christiansword.php","The Word of a Christian","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/name.php","The Name of the Church","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/sundayschool.php","Is Sunday School Allowed by Scripture?","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/womenteachers.php","Are Women Teachers allowed by Scripture?","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/warfare.php","Can A Christian go to War?","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/government.php","The Relationship between a Christian and the Government","","");
		
	addSubmenuItem("","Free Bible Correspondence Courses","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(260,"left","left",11,0,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/correspondence.php","Studies in the Bible Series","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/studies/openbible.php","The Open Bible Study Method     ","","");

addMainItem("","Estudios En Espaņol",130,"center","","",0,0,"s");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(230,"left","left",-5,-4,"");
// addSubmenuItem("url", "Link Name", "_target", "alt txt")

	addSubmenuItem("","Como Llegar a ser un Cristiano","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(260,"left","left",5,0,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/spanishstudies/estudio1.doc","Las Sagradas Escrituras","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/spanishstudies/estudio2.doc","El Pecado","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/spanishstudies/estudio3.doc","El Unico Salvador","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/spanishstudies/estudio4.doc","La Fe","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/spanishstudies/estudio5.doc","El Arrepentimiento","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/spanishstudies/estudio6.doc","La Confesion","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/spanishstudies/estudio7.doc","El Nuevo Nacimiento","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/spanishstudies/edifico.doc","La Iglesia Que Jesus Edifico","","");

addMainItem("","Sermons",60,"center","","",0,0,"t");
	defineSubmenuProperties(150,"left","left",-5,-4,"" );
// addSubmenuItem("url", "Link Name", "_target", "alt txt")
	addSubmenuItem("","The Parables 1-15   ","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"left","left",11,-4,"" );

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl01.php","Introduction","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl02.php","The Friend of the Bridegroom","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl03.php","The Patches and the Wineskin","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl04.php","The Sower","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl05.php","The Wheat and the Tares","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl06.php","The Mustard Seed","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl08.php","The Treasure in the Field","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl09.php","The Pearl of Great Price","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl10.php","The Dragnet","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl11.php","The Householder","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl12.php","The Seeds Growing Secretly","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl13.php","The Wise and Foolish Builders","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl14.php","Children at Play","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl15.php","The Empty House","","");
	
	// addSubmenuItem("url", "Link Name", "_target", "alt txt")
	addSubmenuItem("","The Parables 16-30   ","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl16.php","The Unforgiving Servant","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl17.php","The Porter on Watch","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl18.php","The Laborours in the Vineyard","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl19.php","The Good Samaritian","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl20.php","The Friend at Midnight","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl21.php","The Rich Fool","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl22.php","The Barren Fig Tree","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl23.php","The Chief Seats","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl24.php","The Great Supper","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl25.php","The Cost of Discipleship","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl26.php","The Lost Sheep","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl27.php","The Lost Coin","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl28.php","The Lost Son","","");		
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl29.php","The Unjust Steward","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl30.php","The Rich Man and Lazarus","","");

	// addSubmenuItem("url", "Link Name", "_target", "alt txt")
	addSubmenuItem("","The Parables 31-37   ","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(220,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")

		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl31.php","The Unprofitable Servant","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl32.php","The Persistent Widow","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl33.php","The Pharasee and the Tax Collector","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl34.php","The Talents","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl35.php","The Two Sons","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl36.php","The Ten Virgins","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/parabl37.php","The Wedding Feast","","");

	addSubmenuItem("","Christian Growth   ","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/faith.php","FAITH","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/virtue.php","VIRTUE","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/knowledge.php","KNOWLEDGE","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/temperance.php","TEMPERANCE","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/patience.php","PATIENCE","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/godliness.php","GODLINESS","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/brotherlyk.php","BROTHERLY KINDNESS","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/charity.php","CHARITY","","");
	
	addSubmenuItem("","Christian Characteristics   ","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/finances.php","Christian Finances","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/pride.php","Pride","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/gossip.php","Gossip","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/wisdom.php","Heavenly Wisdom","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/lovinggod.php","Loving God","","");			
			
	addSubmenuItem("","The Worship Service         ","","");
				// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/prayer.php","The Blessings From Prayer","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/singing.php","The Blessings From Singing","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/preaching.php","The Blessings From Preaching","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/communion.php","The Blessings From Communion","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/contribution.php","The Blessings From Contribution","","");

	addSubmenuItem("","The Holy Spirit            ","","");
				// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit1.php","Introduction      ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit2.php","The Personality of","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit3.php","The Deity of      ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit4.php","The Work of       ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit5.php","The Fruit of      ","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit6.php","The Promise of    ","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit7.php","The Gift of       ","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit8.php","How do I Know IF? ","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit9.php","The Blessing From ","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit10.php","The Benefits of Having ","","");	
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit11.php","The Daily Life of a Christian","","");	
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit12.php","And the Worship Service ","","");	
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit13.php","The Different Measures of","","");	
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit14.php","The Indwelling of ","","");	
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit15.php","The Gifts of ","","");	
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/holyspirit16.php","HOW HE LEADS ","","");	

	addSubmenuItem("","The Armour of God           ","","");
				// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/armour1.php","Gird Loins with Truth         ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/armour2.php","BreastPlate of Righteousness  ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/armour3.php","Feet Shod With Preparation    ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/armour4.php","Taking the Shield of Faith    ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/armour5.php","The Helmet of Salvaion        ","","");

    addSubmenuItem("","Miscellaneous Sermons       ","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/grace.php","Grace","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/hell.php","Hell","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/messiah.php","The Messiah","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/kingdom.php","The Kingdom","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/god.php","There is A GOD","","");

addMainItem("","Tracts",40,"center","","",0,0,"t");
	defineSubmenuProperties(350,"left","left",-5,-4,"" );
// addSubmenuItem("url", "Link Name", "_target", "alt txt")
	addSubmenuItem("","Information About Use of Tracts ............................................................ ","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(220,"left","left",11,-580,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/tracts/tractinfo.php","Microsoft Word Format ","","");
 // addSubmenuItem("url", "Link Name", "_target", "alt txt")
    addSubmenuItem("","Reasons why You Should Investigate the Church of Christ By Ronny Wade","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(220,"left","left",11,-580,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/tracts/reasons.doc","In Microsoft WORD Format","","");
    addSubmenuItem("","The Use of Instrumental Music .......By Charles Berna                                            ","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(220,"left","left",11,-580,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/tracts/instrumental.doc","In Microsoft WORD Format","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/tracts/instrumental.pub","In Microsoft Publisher Format","","");
 // addSubmenuItem("url", "Link Name", "_target", "alt txt")
    addSubmenuItem("","The Indwelling of the Holy Ghost ......by Charles Berna                                           ","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(220,"left","left",11,-580,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/tracts/indwellinghs.doc","In Microsoft WORD Format","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/tracts/indwellinghs.pub","In Microsoft Publisher Format","","");

addMainItem(""," Gospel Meetings",110,"center","","",0,0,"s");
	defineSubmenuProperties(265,"left","left",-5,-4,"");
// addSubmenuItem("url", "Link Name", "_target", "alt txt")
	addSubmenuItem("","West Coast Meetings                                   ","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/meetings/wcoast.php","West Coast Gospel Meetings","","");

	addSubmenuItem("","64th Street                                 ","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/meetings/mckamie.php","October 10th-14th, 2007","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/meetings/herron.php","February 8th-10th, 2008","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/meetings/lay.php","September 24th-28th, 2008","","");
	addSubmenuItem("","Aaron Risener's Meeting Oct 3-10th 2004","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(220,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/abba.php","Abba Father","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/falling.php","Falling In Love Again","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/flood.php","Lessons From The Flood","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/sermons/house.php","That My House May Be Filled","","");

	addSubmenuItem("","Wayne Fussell's Meeting Oct 15-22nd 2006","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/meetings/allthings1.php","All Things Through Christ    ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/meetings/allthings2.php","All Things Through Christ #2","","");

	addSubmenuItem("","Anthony Herron's Meeting Jan 26-28 2007","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(200,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/meetings/examine.doc","Let Us Examine Ourselves    ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/meetings/religion.doc","Religion, Law, Love        ","","");
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/meetings/dash.doc","The Dash                       ","","");
	    addChildmenuItem("http://www.64thstreetchurchofchrist.org/meetings/hardthings.doc","Hard Things For A Christian ","","");
	
addMainItem("","Church Directory",110,"center","","",0,0,"t");
	defineSubmenuProperties(140,"left","left",-5,-4,"" );
// addSubmenuItem("url", "Link Name", "_target", "alt txt")
	addSubmenuItem("","Africa","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(160,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
   		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/northafrica.php","Map of Northern Africa","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/southafrica.php","Map of Southern Africa","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/ghana.php","Ghana","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/malawi.php","Malawi","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/mozambique.php","Mozambique","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/nigeria.php","Nigeria","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/safrica.php","Republic of South Africa","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/tanzania.php","Tanzania","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/togo.php","Togo","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/zambia.php","Zambia","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/zimbabwe.php","Zimbabwe","","");
	
	addSubmenuItem("","Asia","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(160,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/india.php","India","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/malasia.php","Malasia","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/philippines.php","Philippines","","");
	
	addSubmenuItem("","Australia","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(112,"left","left",11,-4,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/australia.php","Australia","","");
	
	addSubmenuItem("","Europe","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(112,"left","left",11,-4,"" );

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/england.php","England","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/russia.php","Russia","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/scotland.php","Scotland","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/under.php","Spain","","");
	
	addSubmenuItem("","North America","","");
    // define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(112,"left","left",11,-4,"" );

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/canada.php","Canada","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/mexico/mexico.php","Mexico","","");
		addChildmenuItem("http://www.newtestamentchurch.org/asp/StateLookup.asp","United States","","");
		
	addSubmenuItem("","Caribbean","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(130,"left","left",11,-4,"" );

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/cuba.php","Cuba","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/under.php","Dominican Republic","","");
		
	addSubmenuItem("","Central America","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(112,"left","left",11,-4,"" );

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/elsalvador.php","El Salvador","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/honduras.php","Honduras","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/guatemala.php","Guatamala","","");
	
	addSubmenuItem("","South America","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(112,"left","left",11,-20,"" );

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/under.php","Chile","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/under.php","Columbia","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/ecuador.php","Ecuador","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/directory/peru.php","Peru","","");

addMainItem("","Reports From The Field",150,"center","","",0,0,"t");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(150,"left","left",-5,-4,"");
// addSubmenuItem("url", "Link Name", "_target", "alt txt")
	addSubmenuItem("","Mexico Reports        ","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(300,"left","left",10,-50,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/mexico0408.php","Mexico Report Aug-Oct 2004 by Juan Rodriguez","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/yucatan0504.php","Mexico Report Mar-Apr 2005 by Juan Rodriguez","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/mexico0512.pdf","Mexico Report Jul-Dec 2005 by Juan Rodriguez","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/mexico0603.pdf","Mexico Report March 2006 by Juan Rodriguez  ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/mexico0604.pdf","Mexico Report April 2006 by Juan Rodriguez  ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/mexico0606.pdf","Mexico Report June 2006 by Juan Rodriguez   ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/mexico0609.pdf","Mexico Report September 2006 by Murl Helwig ","","");

	addSubmenuItem("","Central America Reports ","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(350,"left","left",10,-500,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/central0609.pdf","Central America Report Sep 2006 by Various Preachers","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/central0612.pdf","Central America Report Dec 2006 by Various Preachers","","");


// addSubmenuItem("url", "Link Name", "_target", "alt txt")
	addSubmenuItem("","Cuba Reports          ","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(300,"left","left",10,-50,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/cuba2002.php","Cuba Report Dec 4-14 2001 by Juan Rodriguez","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/cuba2005.php","Cuba Report Jan 17-29 2005 by Juan Rodriguez","","");

// addSubmenuItem("url", "Link Name", "_target", "alt txt")
	addSubmenuItem("","Russia Reports ","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(500,"left","left",30,-100,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/russia0507.php","Russia Report July 2005 by Mike Criswell  ","","");


// addSubmenuItem("url", "Link Name", "_target", "alt txt")
	addSubmenuItem("","South America Reports ","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(500,"left","left",30,-100,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/colombia0511.php","Colombia Report Nov 2005 by Juan Rodriguez       ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/peru0502.php","Peru Report Feb 17-29 2005 by Juan Rodriguez","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/venez0606.pdf","Venezuela Report June 17-29 2005 by Juan Rodriguez","","");

      	addSubmenuItem("","Malawi Reports  ","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(300,"left","left",10,-60,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0602.pdf","Malawi Report February 2006 by Doug Edwards ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0603.pdf","Malawi Report March 2006 by Doug Edwards    ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0604.pdf","Malawi Report April 2006 by Doug Edwards    ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0605.pdf","Malawi Report May 2006 by Doug Edwards      ","","");
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0607.pdf","Malawi Report July 2006 by Doug Edwards     ","","");
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0608.pdf","Malawi Report August 2006 by Doug Edwards   ","","");
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0609.pdf","Malawi Report September 2006 by Doug Edwards","","");
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0610.pdf","Malawi Report October 2006 by Doug Edwards  ","","");
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0702.pdf","Malawi Report February 2007 by Doug Edwards ","","");
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0703.pdf","Malawi Report March 2007 by Jerry Cutter    ","","");
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0704.pdf","Malawi Report April 2007 by Jerry Cutter    ","","");
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0705.pdf","Malawi Report May 2007 by Jerry Cutter      ","","");
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0706.pdf","Malawi Report June 2007 by Jerry Cutter     ","","");
    	addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/malawi0707.pdf","Malawi Report July 2007 by Jerry Cutter     ","","");

      	addSubmenuItem("","Phillipines Reports  ","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(300,"left","left",10,-60,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/phil0706.pdf","Phillipines Report June 2006 by Bro. Danau   ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/phil0707.php","Phillipines Report July 2007 by Glenn Ballard","","");
	
	addSubmenuItem("","Zambia Reports        ","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(300,"left","left",-100,-400,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0501.php","Zambia Report January 2005 by Roy Siansobanda ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0502.php","Zambia Report February 2005 by Duane Permenter","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0503.php","Zambia Report March 2005 by Duane Permenter   ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0504.php","Zambia Report April 2005 by Duane Permenter   ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0505.php","Zambia Report May 2005 by Duane Permenter     ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0506.php","Zambia Report June 2005 by Duane Permenter    ","","");
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0507.php","Zambia Report July 2005 by Duane Permenter    ","","");	
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0512.pdf","Zambia Report December 2005 by Duane Permenter","","");	
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0601.pdf","Zambia Report January 2006 by Duane Permenter ","","");	
        addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0602.pdf","Zambia Report February 2006 by Duane Permenter","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0603.pdf","Zambia Report March 2006 by Duane Permenter    ","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0604.pdf","Zambia Report April 2006 by Duane Permenter    ","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0605.pdf","Zambia Report May 2006 by Duane Permenter      ","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0606.pdf","Zambia Report June 2006 by Duane Permenter     ","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0609.pdf","Zambia Report September 2006 by Duane Permenter","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0610.pdf","Zambia Report October 2006 by Duane Permenter  ","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0611.pdf","Zambia Report November 2006 by Duane Permenter  ","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0612.pdf","Zambia Report December 2006 by Duane Permenter  ","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0701.pdf","Zambia Report  January 2007 by Duane Permenter  ","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0702.pdf","Zambia Report  February 2007 by Duane Permenter ","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0703.pdf","Zambia Report  March 2007 by Duane Permenter    ","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0704.pdf","Zambia Report  April 2007 by Duane Permenter    ","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0705.pdf","Zambia Report  May 2007 by Duane Permenter      ","","");	
       addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/zambia0706.pdf","Zambia Report  June 2007 by Duane Permenter     ","","");	

      	addSubmenuItem("","India Reports        ","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(300,"left","left",10,-60,"" );
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/india0512.php","India Report Dec 2005 by Bro. Saganty Lazarus","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/india0603.php","India Report Mar 2006 by Bro. Saganty Lazarus   ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/india0611.php","India Report Nov 2006 by Bro. Saganty Lazarus    ","","");
		addChildmenuItem("http://www.64thstreetchurchofchrist.org/reports/india0705.php","India Report May 2007 by Bro. Jim Rogers         ","","");
			
addMainItem("","Links",40,"center","","",0,0,"t");
	defineSubmenuProperties(500,"left","left",-25,-250,"" );
// addSubmenuItem("url", "Link Name", "_target", "alt txt")

	addSubmenuItem("http://www.newtestamentchurch.org/OPA/","The Old Paths Advocate                                             ","","");
	addSubmenuItem("http://www.newtestamentchurch.org/","New Testament Church -- Web Master David Reisner                       ","","");
	addSubmenuItem("http://www.ChristianLandmark.com/","Christian Landmark -- Web Master Clint Defrance                        ","","");
	addSubmenuItem("http://www.newtestamentchurch.org/","Restoring New Testament Christianity -- Web Master Lonnie York         ","","");
	addSubmenuItem("http://www.christianinformer.org/","The Christian Informer -- Web Master Duane Fancher                      ","","");
	addSubmenuItem("http://www.letthebiblespeak.com/","Let The Bible Speak -- Web Master Ronnie Wade                            ","","");
	addSubmenuItem("http://www.biblemeat.com/","Bible Meat -- Web Master Shaun Wackerly                                         ","","");
	addSubmenuItem("http://www.livingletters.org/","Living Letters -- Web Master David Smith                                    ","","");
    addSubmenuItem("http://www.dwighthogland.com/","Songs for the Church-- Web Master Dwight Hogland                            ","","");	
    addSubmenuItem("http://www.thechurchesofchrist.net/","The Churches of Christ -- Web Master David Peake                      ","","");
	addSubmenuItem("http://www.thechurch.com/","The Church -- Web Master Wesley Cochran                                         ","","");
    addSubmenuItem("http://www.newtestamentchurch.org/Friends/Books/Bookman.html","PATHWAY BOOKS AND BIBLES--Johnny Elmore       ","","");
 	addSubmenuItem("http://www.iglesiadelnuevotestamento.org/","Iglesia Del Nuevo Testemento -- Spanish Congregations in the US ","","");	
    addSubmenuItem("http://www.fortsmithchurch.org/","The Church of Christ -- Arkansas, Fort Smith                               ","","");
    addSubmenuItem("http://ozarkcoc.org/","The Ozark Church of Christ -- Arkansas, Ozark - 1300 South Third Street               ","","");
	addSubmenuItem("http://ChurchofChristCovina.com/","The Covina Church of Christ-Calfornia, Covina 91722 -18807 Arrow Highway  ","","");
    addSubmenuItem("http://RosevilleChurch.org/","The Roseville Church of Christ-Calfornia, Roseville 95661 -1203 Gabrielli Drive","","");
    addSubmenuItem("http://StocktonChurchofChrist.org/","The Stockton Church of Christ-Calfornia, Stockton 95209-3305 Mission Road","","");	
    addSubmenuItem("http://churchofchristonline.com/","The Church of Christ -- Georgia, McDonough - Sleep Inn, 945 Hwy 155       ","","");
    addSubmenuItem("http://www.claynet.com/coc/","The Church of Christ -- Indiana, Brazil                                        ","","");
    addSubmenuItem("http://theneoshochurchofchrist.com/","The Church of Christ -- Missouri, Neoso - Highway 60 & Kodiak Road     ","","");
    addSubmenuItem("http://seymourcoc.bravehost.com/","The Church of Christ -- Missouri, Seymour - 224 N. Division Street        ","","");
    addSubmenuItem("http://www.pdxcofc.org/","The Church of Christ -- Oregon, North Plains - 30955 NW Hillcrest, 97133           ","","");
	addSubmenuItem("http://www.salemchurchofchrist.org/","The Church of Christ -- Oregon, Salem - 4302 Dover Ave.                ","","");
    addSubmenuItem("http://www.thebrooksidefamily.org/","The Brookside Church of Christ -- Tennesee, Antioch - 335 Tusculum Road ","","");
    addSubmenuItem("http://www.fossilcreek.org/","The Fossil Creek Church of Christ -- Texas, Fort Worth - 3517 N. Beach Street  ","","");
    addSubmenuItem(" http://www.newtestamentchurch.org/A/Fairbanks/","The Fairbank's Church of Christ -- Texas, Houston - 7710 Fairbanks N Houstin Rd.","","");
    addSubmenuItem("http://www.thegospelfortoday.com/","The Garrett's Creek Church of Christ -- West Virginia, Garrett's Creek   ","","");
 	
addMainItem("","Outside US Links",120,"center","","",0,0,"t");
	defineSubmenuProperties(350,"left","left",-5,-250,"" );
// addSubmenuItem("url", "Link Name", "_target", "alt txt")
	addSubmenuItem("http://www.iglesiadecristolatina.org/","Iglesia De Cristo Latina -- Web Master Juan Rodriguez","");
	addSubmenuItem("http://www.iglesiadecristo.org/","Iglesia De Cristo --                                       ","","");
	addSubmenuItem("http://www.churchofchrist.co.nr/","Church of Christ in Wimbledon England --                  ","","");
		


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

