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



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  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 = "left";		// alignment
var absLEFT = 	09;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	24; 		// absolute top position

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

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// 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 = 	"#666666";	// main nav cell color
var rCOLOR = 	"#000000";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"black"	// main nav border color
var aLINK = 	"white";	// 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 = 	"#CCCCCC";	// submenu cell color

var srCOLOR = 	"#FFFFFF";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"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 openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
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 = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 1036;		// 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;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

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

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



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


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("http://www.btca.com/index.htm","Home",50,"center","","",0,0,"","#ffffff","#CCCCCC","#000000","#000000");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(130,"left","left",-4,0,"","#CCCCCC","#eeeeee","#000000","#000000","#000000","#333333");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.btca.com/content/home_whats_new.htm","What's New ?","","");
	addSubmenuItem("http://www.btca.com/content/home_faq.htm","FAQ","","");
	addSubmenuItem("http://www.btca.com/content/home_mission.htm","Mission","","");
	addSubmenuItem("http://www.btca.com/content/home_goals_values.htm","Goals and Values","","");
	addSubmenuItem("http://www.btca.com/content/home_president.htm","Presidents Message","","");




addMainItem("http://www.btca.com/content/index_about.htm","About Us",70,"center","","",0,0,"","","","","");

	defineSubmenuProperties(137,"left","left",-4,0,"","","","","","","");
	addSubmenuItem("http://www.btca.com/content/about_bod.htm","Board","","");
	addSubmenuItem("http://www.btca.com/content/about_delegate_corner.htm","AKC Delegates Corner","","");
	addSubmenuItem("http://www.btca.com/content/about_committees.htm","Committees","","");
	addSubmenuItem("http://www.btca.com/content/about_web_team.htm","Web Team","","");



addMainItem("http://www.btca.com/content/index_education.htm","Education",80,"center","","",0,0,"","","","","");

	defineSubmenuProperties(160,"left","right",0,0,"","","","","","","");
	
	addSubmenuItem("http://www.btca.com/content/edu_resources.htm","The Right Dog For Me?","","");
	addSubmenuItem("","Breed Education","","");


		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(140,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.btca.com/content/edu_about_bts.htm","About Bullies","","");
		addChildmenuItem("http://www.btca.com/content/edu_reading.htm","Recommended Books","","");
		addChildmenuItem("http://www.btca.com/content/edu_articles.htm","Articles","","");
		addChildmenuItem("http://www.btca.com/content/edu_resources_standard.htm","Breed Standard","","");
	addSubmenuItem("http://www.btca.com/content/edu_directory.htm","Breeder Directory","","");
	addSubmenuItem("http://www.btca.com/content/edu_committee.htm","Committee","","");
	addSubmenuItem("http://www.btca.com/content/edu_govt_liberties.htm","Rights and Liberties","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(150,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.btca.com/content/edu_resources_law.htm","Legal Historical Center","","");
		addChildmenuItem("http://www.btca.com/content/edu_govt_relations.htm","BSL/Gov't Relations","","");
	addSubmenuItem("","History","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(132,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.btca.com/content/about_history_bts.htm","AKC Breed History","","");
		addChildmenuItem("http://www.btca.com/content/about_history.htm","BTCA History","","");
		addChildmenuItem("http://www.btca.com/content/galleries_famous_bts.htm","Famous Bullies","","");
	



addMainItem("http://www.btca.com/content/index_health.htm","Health",60,"center","","",0,0,"","","","","");

	defineSubmenuProperties(175,"left","right",-4,0,"","","","","","","");


	addSubmenuItem("http://www.btca.com/content/health.htm","Study Updates","","");
	addSubmenuItem("http://www.btca.com/content/health_committees.htm","Committee","","");


		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(122,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.btca.com/content/health_mission.htm","Mission","","");
		addChildmenuItem("http://www.btca.com/content/health_goals.htm","Goals","","");
	addSubmenuItem("http://www.btca.com/content/health_clinics.htm","Clinics","","");
	addSubmenuItem("http://www.btca.com/content/health_articles.htm","Articles","","");
	addSubmenuItem("http://www.btca.com/content/health_links.htm","Internet Health Links","","");
	addSubmenuItem("","Canine Health Foundation","","");


		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(122,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.btca.com/content/health_akc_chf.htm","Support","","");
		addChildmenuItem("http://www.btca.com/content/health_akc_chf_podcast.htm","CHF - Podcast","","");

addMainItem("http://www.btca.com/content/index_show_events.htm","Show Events",100,"center","","",0,0,"","","","","");

	defineSubmenuProperties(135,"left","right",-4,0,"","","","","","","");

	addSubmenuItem("http://www.btca.com/content/show_schedule_btca.htm","Show Schedule","","");

		defineChildmenuProperties(130,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		addChildmenuItem("http://www.btca.com/content/show_rom_rules.htm","ROM Rules","","");
		addChildmenuItem("http://www.btca.com/content/show_schedule_btca.htm","Judge Critiques","","");
		
	addSubmenuItem("","Silverwood","","");

		defineChildmenuProperties(195,"right","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		addChildmenuItem("http://www.btca.com/content/show_silverwood.htm","Silverwood Competition","","");
		addChildmenuItem("http://www.btca.com/content/show_silver_latest_win_pics.htm","2009 Winners","","");
		addChildmenuItem("http://www.btca.com/content/trophy_silverwood.htm","Past Winners","","");
		addChildmenuItem("http://www.btca.com/content/show_rules_silver.htm","Silverwood Rules","","");
		addChildmenuItem("http://www.btca.com/content/show_ambred_rule.htm","American Bred Rule","","");
		addChildmenuItem("http://www.btca.com/content/show_silver_weekend.htm","Silverwood/Nat'l Spec. Weekend","","");
		addChildmenuItem("http://www.btca.com/content/show_silver_weekend.htm","Silverwood/Nat'l Spec. Premiums","","");
		addChildmenuItem("http://www.btca.com/content/show_awards.htm","BTCA Awards","","");
		addChildmenuItem("http://www.btca.com/content/show_silentauction.htm","BTCA Silent Auction","","");
		
	addSubmenuItem("http://www.btca.com/content/show_natl_spec.htm","National Specialty","","");

		defineChildmenuProperties(135,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		addChildmenuItem("http://www.btca.com/content/show_natl_spec_past.htm","Past Winners","","");
		addChildmenuItem("http://www.btca.com/content/show_nationalspecialty_2009.htm","2009 Winners","","");
	addSubmenuItem("http://www.btca.com/content/show_regional.htm","Regional Show Info.","","");
	addSubmenuItem("http://www.btca.com/content/show_futurity.htm","Futurity","","");
	addSubmenuItem("http://www.btca.com/content/show_rom_judges.htm","ROM Judges","","");
	addSubmenuItem("http://www.btca.com/content/show_trophy_sponsorship.htm","Trophy Sponsorship","","");
	addSubmenuItem("http://www.btca.com/content/show_sweep_judges.htm","Sweepstakes Judges","","");


addMainItem("http://www.btca.com/content/index_performance.htm","Performance",100,"center","","",0,0,"","","","","");

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

	addSubmenuItem("http://www.btca.com/content/performance_about.htm","About","","");
	addSubmenuItem("http://www.btca.com/content/performance_upcoming_events.htm","Upcoming Events","","");
	addSubmenuItem("http://www.btca.com/content/performance_committee.htm","Committee","","");
	addSubmenuItem("","Performance Awards","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(150,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.btca.com/content/performance_awards_versatility.htm","Versatility Award","","");
		addChildmenuItem("http://www.btca.com/content/performance_awards_versatility_excel.htm","Versatility Excellent","","");
		addChildmenuItem("http://www.btca.com/content/performance_otis_about.htm","About Harry Otis","","");
		addChildmenuItem("http://www.btca.com/content/performance_awards_otis.htm","Harry Otis Winners","","");
	addSubmenuItem("","Resources","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(180,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.btca.com/content/performance_resources.htm","Training & Performance","","");
		addChildmenuItem("http://www.btca.com/content/performance_glossary.htm","Title Glossary","","");


addMainItem("","Rescue",70,"center","","",0,0,"","","","","");

	defineSubmenuProperties(125,"left","right",-4,0,"","","","","","","");


	addSubmenuItem("http://www.btca.com/content/rescue_committee.htm","Committee","","");
	addSubmenuItem("http://www.btca.com/content/rescue_about.htm","About Rescue","","");
	addSubmenuItem("http://www.btca.com/RescueNetwork/index.htm","View Available Dogs","","");
	addSubmenuItem("http://www.btca.com/RescueNetwork/Forms/Formsnav.htm","Rescue Forms","","");


addMainItem("","Membership",87,"center","","",0,0,"","","","","");

	defineSubmenuProperties(135,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("http://www.btca.com/content/membership_types.htm","Types of Membership","","");
	addSubmenuItem("http://www.btca.com/content/membership_join.htm","How To Join","","");
	addSubmenuItem("http://www.btca.com/content/membership_bylaws.htm","Constitution/By-Laws","","");
	addSubmenuItem("http://www.btca.com/content/membership_bylaws.htm","Code of Ethics","","");
	addSubmenuItem("http://www.btca.com/content/membership_meeting_notice.htm","Meeting Notices","","");
	addSubmenuItem("http://www.btca.com/content/membership_meeting_highlights.htm","Meeting Highlights","","");	
	addSubmenuItem("http://www.btca.com/content/membership_meeting_agenda.htm","Meeting Agenda","");


addMainItem("","Publications & Media",150,"center","","",0,0,"","","","","");

	defineSubmenuProperties(105,"left","right",-4,0,"","","","","","","");

	addSubmenuItem("http://www.btca.com/content/plogger/ploggerb3/","Online Gallery","_blank","");
	
	defineChildmenuProperties(130,"left","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		addChildmenuItem("http://www.btca.com/content/gallery_about.htm","About Gallery","","");
		addChildmenuItem("http://www.btca.com/content/gallery_submit.htm","Submit an Image","","");
	addSubmenuItem("http://www.btca.com/content/about_publications.htm","Publications","","");


		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(120,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.btca.com/content/about_barks.htm","Barks","","");
		addChildmenuItem("http://www.btca.com/content/about_record.htm","The Record","","");
		addChildmenuItem("http://www.btca.com/content/about_subscribe_electronic.htm","Online Subscription","","");

	
addMainItem("http://www.btca.com/content/about_clubs.htm","Regional Clubs",115,"left","","",0,0,"","","","","");

addMainItem("http://www.btca.com/content/BTCA_SALES/BTCA_Sales.htm","BTCA Store",130,"left","","",0,0,"","","","","");




	






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