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



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROP DOWN MENU VERSION 3.8 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 = "virtual";		// alignment mode
var absLEFT = 	108;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	15; 		// 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 = "resources/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#F8AC1A";	// main nav cell color
var rCOLOR = 	"#FFFFFF";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#cc9966";	// main nav border color
var aLINK = 	"#990033";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial,sans-serif";	// main nav font face
var fSIZE = 	14;		// 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 = 	11;		// 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 = 	"#114D96";	// submenu cell color
var srCOLOR = 	"#FFFFFF";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#cc9966";	// submenu border color
var saLINK = 	"#FFFFFF";	// submenu link color
var saHOVER = 	"#4695E0";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial,sans-serif";	// submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	"bold";	// 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 =	"#FCC358";	// submenu dropshadow color
var shOPACITY = 96;		// 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 = 5;		// shift the child menus horizontally

var openTIMER = 100;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 200;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 400;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

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

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

var arrWIDTH = 13;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		//arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		//left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)
var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "";		//right rollover arrow (not ns4/op5/op6)





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


// Here is the CCN Home Menu
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("/","CCN Home",194,"","","",0,0,"u","#ffeac0","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(105,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://www.ccn.tv/","CCN Home","","");
	SI("http://www.ccn.tv/programming/","Subscriber Home","","");
	
	// Here is the About CCN menu
MI("http://www.ccn.tv/about/whyccn.htm","About CCN",120,"","","",0,0,"u","#ffeac0","","","");

	SP(140,"left","left",4,0,"","","","","","","");
	
	SI("http://www.ccn.tv/about/videoclips.htm","Video Overview & Clips","","");
	SI("http://www.ccn.tv/about/whyccn.htm","Why CCN?","","");
	SI("http://www.ccn.tv/about/ourtopics.htm","Our Topics","","");
	SI("http://www.ccn.tv/about/greatvalue.htm","Great Value","","");
	SI("http://www.ccn.tv/about/history.htm","Our History","","");
	SI("http://www.ccn.tv/about/speakers.htm","Our Speakers","","");
	SI("http://www.ccn.tv/about/testimonials.htm","Testimonials","","");
	SI("http://www.ccn.tv/about/ministrypartners.htm","Ministry Partners","","");
	SI("http://www.ccn.tv/about/statementfaith.htm","Statement of Faith","","");

		
	// Here is the Programming Menu
MI("http://www.ccn.tv/programming/","Programming",100,"left","left",0,0,"","","","","","","");

	SP(165,"left","left",8,0,"","","","","","","");
	
	SI("http://www.ccn.tv/about/videoclips.htm","Video Overview & Clips","","");
	SI("http://www.ccn.tv/programming/","Next Broadcast","","");
	SI("http://www.ccn.tv/programming/","Upcoming Broadcasts","","");
	SI("http://www.ccn.tv/programming/schedule08.htm","Broadcast Schedule","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(120,"left","",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.ccn.tv/programming/schedule08.htm","2008","","");
		CI("http://www.ccn.tv/about/ourtopics.htm","Our Topics","","");
	
	SI("http://www.ccn.tv/ccn/dvdlibrary.htm","DVD Broadcast Library","","");
		
	SI("http://www.ccn.tv/programming/archivebydate.htm","Program Archives","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(120,"left","",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.ccn.tv/programming/archivebydate.htm","Archive By Date","","");
		CI("http://www.ccn.tv/programming/archivebyspeaker.htm","Archive By Speaker","","");
		
		// when ready for new pages:
		//   uncomment next line and delete the line after it
		// SI("http://www.ccn.tv/attendEvent.php","Tickets to CCN Events","","");
		SI("http://www.ccn.tv/programming/event/ticketstoliveevents.htm","Tickets to CCN Events","","");
		
		SI("http://www.ccn.tv/programming/event/pay_per_view.htm","PAY-PER-VIEW","","");
				

// CCN Resources Menu
MI("http://www.ccn.tv/ccnresources/","Resources",120,"center","","",0,0,"r","#ffe4ba","","","");

	SP(175,"left","left",0,0,"","","","","","","");

	SI("http://www.ccn.tv/ccnresources/search.htm","Search CCN","","");
	SI("http://www.ccn.tv/ccnresources/faqs.htm","FAQ's","","");
	SI("http://www.ccn.tvhttp://www.leestrobel.com","LeeStrobel.com","","");
	SI("http://www.ccn.tvhttp://www.cloudtownsend.com","CloudTownsend.com","","");
	SI("http://www.ccn.tvhttp://www.RealRelationships.com","RealRelationships.com","","");
	SI("http://www.ccn.tv/ccnresources/churchdirect.htm","Church Resource Directory","","");
	SI("http://www.ccn.tv/ccnresources/technology.htm","Church Media-Tech Resources","","");
	SI("http://www.ccn.tv/ccnresources/","How To:","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(130,"left","",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.ccn.tv/ccnresources/howtohost.htm","Host Your Event","","");
		CI("http://www.ccn.tv/ccnresources/howtopromote.htm","Promote Your Event","","");
		CI("http://www.ccn.tv/ccnresources/howtotestequip.htm","Test Your Equipment","","");
	SI("http://www.ccnshop.com/books/BookstoreInBox.htm","Bookstore In A Box","","");
		
// CCN Store
MI("http://www.ccnshop.com/","CCN Store",145,"center","","",0,0,"e","#ffeac0","","","");

	SP(145,"left","left",0,0,"","","","","","","");

		// ***** when ready for new pages:
		//   uncomment next line and delete the line after it
		// SI(http://www.ccn.tv/watch.php","Seminar Videos","","");
		SI("http://www.ccnshop.com/seminarvideos/","Seminar Videos","","");
		SI("http://www.ccnshop.com/ccnsubscriptions","CCN Subscription","","");

		// ***** when ready for new pages:
		//   uncomment next line and delete the line after it
		// SI(http://www.ccn.tv/attendEvent.php","Tickets to CCN Events","","");
		SI("http://www.ccnonline.net/programming/event/ticketstoliveevents.htm","Tickets to CCN Events","","");



// Here is the Contact Us menu
MI("http://www.ccn.tv/contactus/index.html","Contact Us",140,"","","",0,0,"u","#ffeac0","","","");

	SP(180,"left","left",4,0,"","","","","","","");

	SI("https://system.netsuite.com/app/site/crm/externalcasepage.nl?compid=ACCT121890&formid=11&h=1d04d3cb6b5a0cd3f15f&companyname=CCN&custentity_x=1&title=Contact%20Us&email=CCN","CCN Contact Info","","");
	SI("http://www.ccn.tv/contactus/broadcastfeedback.htm","Broadcast Feedback","","");
	SI("http://www.ccn.tv/contactus/generalfeedback.htm","General Feedback","","");
	SI("http://www.ccn.tv/contactus/referralprogram.htm","Subscriber Referral Program","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(175,"left","",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		CI("http://www.ccn.tv/contactus/referralprogram.htm","Referral Program","","");
		CI("http://www.ccn.tv/contactus/referralform2.htm","Referral Program Registration","","");
		CI("http://www.ccn.tv/contactus/referralactionplan.htm","Referral Action Plan","","");
		CI("http://www.ccn.tv/contactus/referralform.htm","Referral Form","","");
		
// CCN Special Offers
MI("http://www.ccnshop.com/specialresourceoffers","Special Offers",150,"","","",0,0,"u","#ffeac0","","","");

	SP(150,"left","left",15,0,"","","","","","","");

	SI("http://www.ccnshop.com/books/BookstoreInBox.htm","Bookstore In A Box","","");
	SI("http://www.fuller.edu/cll/ce/satellite.html","Fuller CEU's","","");
	SI("http://www.ccnshop.com","Every Man's Challenge Video","","");


// CCN Tickets
MI("http://www.ccnshop.com/ticketstoliveevents/","CCN Tickets",100,"","","",0,0,"u","#ffeac0","","","");
	





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

