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



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 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 = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	10; 		// 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 = 	"FFFDF7";	// main nav cell color
var rCOLOR = 	"DBBD89";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"FFFDF7"	// main nav border color
var aLINK = 	"52472b";	// main nav link color
var aHOVER = 	"white";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"Times New Roman";	// main nav font face
var fSIZE = 	15;		// main nav font size (pixels)
var fWEIGHT = 	"normal"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	5;		// 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 = 	"FFFDF7";	// submenu cell color

var srCOLOR = 	"DBBD89";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"52472b";	// submenu link color
var saHOVER = 	"white";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"Times New Roman";// submenu font face
var sfSIZE = 	14;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight - was "normal"
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 5;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	6;		// submenu drop shadow size
var shCOLOR =	"000000";	// submenu drop shadow color
var shOPACITY = 100;		// 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 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("index.html","Home",70,"center","","Home",0,0,"h");

 //       defineSubmenuProperties(150,"left","left",0,0,"");

  //      addSubmenuItem("map.html","HBC-SLBA Site Map","","");


addMainItem("contact.html","Contact",90,"center","","Contact",0,0,"c");

addMainItem("","Consulting Services",140,"center","","Consulting Services",0,0,"s");

	defineSubmenuProperties(245,"right","left",-4,-130,"");

	addSubmenuItem("principles.html","Principles & Credentials","","");
	addSubmenuItem("faq.html","Recent Consultations Inquiries","","");
	addSubmenuItem("healthcounseling.html","Health Service and Counseling<BR> Center Consultations","","");
	addSubmenuItem("shc.html","Student Health Insurance/Benefit<BR> Program Consultations","","");
	addSubmenuItem("http://www.highered-survey.com/index.htm","Student and Parent surveys <BR>at www.highered-survey.com","","");
	addSubmenuItem("https://wordsecure.com","WordSecure&reg;<br />Secure Messaging Program","","");
	addSubmenuItem("faq-cs.html","Consulting Services FAQ","","");


addMainItem("clients.html","Clients",80,"center","","Clients",0,0,"l");

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

	addSubmenuItem("clients.html","Selected listing of <BR>Consulting Service Clients","","");
	addSubmenuItem("surveyclients.html","Select listing of <BR>www.highered-survey.com clients","","");

addMainItem("","Credentials",100,"center","","Credentials",0,0,"a");

	defineSubmenuProperties(200,"left","center",-4,-5,"");

		addSubmenuItem("overview.html","Overview","","");

		addSubmenuItem("beckley.html","Stephen L. Beckley, CEBS","","");

		addSubmenuItem("hodgkins.html","Doreen Hodgkins, MBA","","");


		//addSubmenuItem("sandbak.html","Margaret L. Sandbak, MS, CLU, CEBS","","");

		// addSubmenuItem("smoot.html","Art Smoot","","");

addMainItem("","Student Consumers",160,"center","","Student Consumers",0,0,"t");

	defineSubmenuProperties(280,"left","left",-4,0,"");
	addSubmenuItem("choicearticle.html","Health Insurance Choices for College Students","","");
	addSubmenuItem("faq-sc.html","FAQ","","");
	addSubmenuItem("http://www.nlm.nih.gov/medlineplus/healthtopics.html","Information on conditions, diseases and <BR>wellness, plus a medical encyclopedia <BR>from the National Library of Medicine ","","");

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("","Research & Resources",160,"center","","Research, Resources, and Downloads",0,0,"r");

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

	defineSubmenuProperties(180,"left","left",0,0,"");

	addSubmenuItem("","<< Mandatory Insurance -- Uninsured Students","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(350,"left","left",10,-600,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("factors.html","Factors for Mandatory Health Insurance","","");
		addChildmenuItem("tests.html","Tests for Development of a New Student Service Program","","");
	        addChildmenuItem("enrollment.html","Insurance Enrollment System Definitions","","");
		addChildmenuItem("commonwealth.pdf","Commonwealth Fund Article","","");
	        addChildmenuItem("http://coveringtheuninsured.org/factsheets/display.php3?FactSheetID=20","Uninsured Facts -- Coveringtheuninsured.org","","");
addChildmenuItem("uninsured.pdf","Uninsured Population by State","","");

	defineSubmenuProperties(350,"left","left",-4,-175,"");

	addSubmenuItem("","<< ACHA Insurance/Benefit Standards","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(242,"left","left",10,-500,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.acha.org/Publications/docs/Standards%20for%20Student%20Health%20Insurance_Benefits%20Programs_Mar2008.pdf","ACHA Standards","","");
		addChildmenuItem("review.html","HBC-SLBA's review of ACHA's standards","","");
		addChildmenuItem("faq-acha.html","FAQ for the ACHA standards","","");


	defineSubmenuProperties(350,"left","left",-4,-175,"");

	addSubmenuItem("","<< Self Funding","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(350,"left","left",10,-600,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("/cgi-bin/psf-2010.cgi","Volume III Primer for Self Funding","","");

	defineSubmenuProperties(350,"left","left",-4,-175,"");

	addSubmenuItem("","<< Organization Links","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(350,"left","left",10,-600,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");

		// add child menu link items ("url","Link name","_target","alt text")

		addChildmenuItem("http://www.aaahc.org","Accreditation Association for Ambulatory Health Care","","");
		addChildmenuItem("http://www.ahca.org","American College Health Association","","");
		addChildmenuItem("http://www.nafsa.org","Association of International Educators","","");
		addChildmenuItem("http://www.forc.org","Federation of Regulatory Counsel <BR>(Attorneys speciailizing in Insurance Regulatory Law)","","");
		addChildmenuItem("http://iacsinc.org","International Association of Counseling Services","","");
addChildmenuItem("http://collegecounseling.org","American College Counseling Association","","");
		addChildmenuItem("http://www.ifebp.org","International Foundation of Employee Benefits Plans","","");
		addChildmenuItem("http://www.naic.org/state_contacts/sid_websites.htm","Listing of State Insurance Commissions","","");
		addChildmenuItem("http://www.mgma.com","Medical Group Management Association","","");
		addChildmenuItem("http://www.nasulgc.org","National Association of State Universities<BR> and Land Grant Colleges","","");
		addChildmenuItem("http://www.napsa.org","National Association of <BR>Student Personnel Administrators","","");

	addSubmenuItem("miscinfores.html","Miscellaneous Information Resources","","");
	addSubmenuItem("http://highered-survey.com","SLBA's Student and Parent Surveys","","");
	addSubmenuItem("http://www.elmr-electronic-medical-records-emr.com/","Electronic Medical Records Systems","","");


addMainItem("search.html","Search",70,"center","","Search",0,0,"h");

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

        addSubmenuItem("map.html","HBC-SLBA Site Map","","");



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

