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



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN 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
//
///////////////////////////////////////////////////////////////////////////
// schopra (09.04.07)
// edited to add a new dropdown menu and links (Program Resources)




// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "free";		// alignment mode
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	175; 		// 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 = 	"#2D477F";	// main nav cell color
var rCOLOR = 	"#D3D3D3";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#000000";	// main nav border color
var aLINK = 	"#FFFFFF";	// main nav link color
var aHOVER = 	"#000000";		// 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 = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"bold";		// main nav font weight
var tINDENT = 	4;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	3;		// 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 = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#696969";	// submenu cell color
var srCOLOR = 	"#D3D3D3";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#000000";	// submenu border color
var saLINK = 	"#FFFFFF";	// submenu link color
var saHOVER = 	"#000000";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial,sans-serif";	// submenu font face
var sfSIZE = 	12;		// 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 = 3;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// submenu dropshadow size
var shCOLOR =	"";	// submenu dropshadow color
var shOPACITY = 0;		// submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -1;		// shift the child menus vertically
var chhOFFSET = 2;		// 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 = 765;		// 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 = 12;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 12;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -1;		//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 ***********************************************************
var yPos = new Array; 
var yp = 0; 
for(i=0;i<12;i++){ 
   yPos[i]=yp; 
   yp+=23; 
   } 

i=0; 

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("/cert/Search.jsp","Accredited Programs",136,"right","","",yPos[i++],0,"u","","","","");

MI("/cert/search_applicant.jsp","Applicant Programs",136,"right","","",yPos[i++],0,"u","","","","");

MI("/acc_process.html","Accreditation Process",136,"right","","",yPos[i++],0,"u","","","","");

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

	// add submenu link items ("url","Link name","_target","alt text")
	SI("/acc_flowchart.html","Flow Chart","","");
	
				
	SI("/fee.html","Fee Schedules","","");
		

	SI("/acc_standards.html","Standards","","");

				
	SI("/acc_forms.html","Forms & Checklists","","");

				
	<!-- SI("acc_faq.html","FAQ","",""); -->

		
MI("/acc_standards.html","Standards",136,"right","","",yPos[i++],0,"u","","","","");

MI("/policies.html","Policies & Procedures",136,"right","","",yPos[i++],0,"u","","","","");


MI("/visitors.html","Site Visitors",136,"right","","",yPos[i++],0,"u","","","","");


//MI("/calendar.html","Seminars/ Workshops",136,"right","","",yPos[i++],0,"u","","","","");
	

MI("/calendar.html","Calendar of Events",136,"right","","",yPos[i++],0,"u","","","","");


MI("/staff.html","Staff",136,"right","","",yPos[i++],0,"u","","","","");


MI("/board.html","Board of Directors",136,"right","","",yPos[i++],0,"u","","","","");
	

MI("/pdfs/monthly_program_totals.pdf","Monthly Statistics",136,"right","","",yPos[i++],0,"u","","","","");

MI("/prog_resources.html","Program Resources",136,"right","","",yPos[i++],0,"u","","","","");

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

	// add submenu link items ("url","Link name","_target","alt text")
	SI("/new_programs.html","New Programs","","");
	SI("/nontrad_experience.html","Nontraditional Clinical Experience","","");
	SI("/background_checks.html","Background Checks/Drug Screening","","");
	SI("/student_records.html","Student Records","","");
	SI("/outcomes_assess.html","Outcomes Assessment","","");
	SI("/interim_report.html","Interim Report","","");
MI("/Archive_of_Broadcast_Emails.html","Archive of Broadcast <br /> Emails",136,"right","","",yPos[i++],0,"u","","","","");


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

