//UDMv3.6.2
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.6.2 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Core 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 mode
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "resources/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#8eadcc";	// main nav cell color
var rCOLOR = 	"#bcd0e2";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#23425f"	// main nav border color
var aLINK = 	"#23425f";	// 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 = 	12;		// 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 = 	"#f6e5a8";	// submenu cell color
var srCOLOR = 	"#bcd0e2";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#23425f"	// submenu border color
var saLINK = 	"#23425f";	// submenu link color
var saHOVER = 	"#000000";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";		// submenu font face
var sfSIZE = 	12;		// 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 =	0;		// submenu dropshadow size
var shCOLOR =	"#bcbcbc";	// 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 = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// 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 = 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","mCOLOR","rCOLOR","aLINK","aHOVER")
addMainItem("http://www.borzoiclubofamerica.org/index.htm","Main",52,"center","","",0,0,"u","#8eadcc","","","");


	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	defineSubmenuProperties(140,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.borzoiclubofamerica.org/index.htm","Home","","");
	addSubmenuItem("http://www.borzoiclubofamerica.org/calendar.htm","Events Calendar","","");
	addSubmenuItem("http://www.borzoiclubofamerica.org/officer.htm","Officers/Committees","","");
	addSubmenuItem("http://www.borzoiclubofamerica.org/ethics.htm","Objectives/Ethics","","");
	addSubmenuItem("http://www.borzoiclubofamerica.org/guide.htm","Breeder Guidelines","","");
      addSubmenuItem("http://www.borzoiclubofamerica.org/rom.htm","Register of Merit","","");

	// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
addMainItem("http://www.borzoiclubofamerica.org/index.htm","Health",52,"center","","",0,0,"u","#8eadcc","","","");


	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	defineSubmenuProperties(140,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.borzoiclubofamerica.org/ofa-cerf.htm","OFA and CERF","","");
	addSubmenuItem("http://www.caninehealthinfo.org/brdreqs.html?breed=BZ","CHIC Borzoi Data","","");
	addSubmenuItem("http://www.borzoihealth.org","BorzoiHealth.org","","");
		
http://www.caninehealthinfo.org/brdreqs.html?breed=BZ

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
addMainItem("http://www.borzoiclubofamerica.org/index.htm","Education/Information",136,"center","","",0,0,"u","#8eadcc","","","");


	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	defineSubmenuProperties(140,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	      addSubmenuItem("http://www.borzoiclubofamerica.org/pamphlets.htm","All about . . . ","","");


// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(218,"left","left",22,-20,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.borzoiclubofamerica.org/soyouwant.htm","Owning and Caring for a Borzoi","","");
		addChildmenuItem("http://www.borzoiclubofamerica.org/conformation.htm","Showing Borzoi in Conformation","","");
		addChildmenuItem("http://www.borzoiclubofamerica.org/obedience.htm","Obedience Training and Competition","","");
           	addChildmenuItem("http://www.borzoiclubofamerica.org/agility1.htm","Agility","","");
	     addChildmenuItem("http://www.borzoiclubofamerica.org/lurecoursing.htm","Lure Coursing","","");
//	     addChildmenuItem("http://www.borzoiclubofamerica.org/openfield.htm","Open Field Coursing","","");

      addSubmenuItem("http://www.borzoiclubofamerica.org/referral.htm","Breeder Referral","","");
      addSubmenuItem("http://www.borzoiclubofamerica.org/stand.htm","The Borzoi Standard","","");
//      addSubmenuItem("http://www.borzoiclubofamerica.org/semnr.htm","Member Education","","");
      addSubmenuItem("http://www.borzoiclubofamerica.org/jec.htm","Judge's Education","","");
      addSubmenuItem("http://www.borzoiclubofamerica.org/links.htm","Helpful Links","","");


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
addMainItem("http://www.borzoiclubofamerica.org/index.htm","Publications",82,"center","","",0,0,"u","#8eadcc","","","");


	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	defineSubmenuProperties(186,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.borzoiclubofamerica.org/vos.htm","Visualization of the Standard","","");
	addSubmenuItem("http://www.borzoiconnection.com","Borzoi Connection Magazine","","");
	addSubmenuItem("http://www.borzoiclubofamerica.org/documents.htm","Forms, Applications, Guidelines","","");
	addSubmenuItem("http://www.borzoiclubofamerica.org/announce.htm","2005 Yearbook","","");


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
addMainItem("http://www.borzoiclubofamerica.org/index.htm","Membership",82,"center","","",0,0,"u","#8eadcc","","","");


	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	defineSubmenuProperties(140,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.borzoiclubofamerica.org/docs/03-BCOAmembershipapplication.doc","Membership Application","","");
	addSubmenuItem("http://www.borzoiclubofamerica.org/docs/03-BCOAsponsorform.doc","Sponsor Form","","");
	addSubmenuItem("http://www.borzoiclubofamerica.org/region.htm","Regional Clubs","","");
	

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
addMainItem("http://www.borzoiclubofamerica.org/index.htm","Photos",52,"center","","",0,0,"u","#8eadcc","","","");


	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	defineSubmenuProperties(140,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.borzoiclubofamerica.org/potw/potw.htm","Photo of the Week","","");
	
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
addMainItem("http://www.borzoiclubofamerica.org/index.htm","Shop",50,"center","","",0,0,"u","#8eadcc","","","");


	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	defineSubmenuProperties(140,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.borzoiclubofamerica.org/shop.htm","BCOA Shop","","");
	

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
addMainItem("http://www.borzoiclubofamerica.org/index.htm","Rescue",58,"center","","",0,0,"u","#8eadcc","","","");


	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	defineSubmenuProperties(140,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.borzoirescue.org/index.htm","BCOA Rescue","","");
	addSubmenuItem("http://www.nbrf.info","NBRF","","");
	
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
addMainItem("http://www.borzoiclubofamerica.org/index.htm","National Specialty",118,"center","","",0,0,"u","#8eadcc","","","");


	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	defineSubmenuProperties(140,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	
	addSubmenuItem("http://www.borzoiclubofamerica.org/National2007/","2007 National","","");
	addSubmenuItem("http://www.borzoiclubofamerica.org/futurity.htm","Futurity Event","","");
	addSubmenuItem("http://www.borzoiclubofamerica.org/National2006/","2006 National","","");
	addSubmenuItem("http://www.borzoiclubofamerica.org/versat.htm","Versatility Award","","");



//**DO NOT EDIT THIS *****
}//***********************
//************************


