	
	//department menu
	var deptmenu=new Array();
	
	deptmenu[0]='<a href="' + strPrefixUrl + '/departments/pa.asp">Advanced Practice and Prescriptive Authority</a>';
	deptmenu[1]='<a href="' + strPrefixUrl + '/documents/binfo.asp">Board Members and Meetings</a>';
	deptmenu[2]='<a href="' + strPrefixUrl + '/departments/credentialing.asp">Credentialing</a>';
	deptmenu[3]='<a href="' + strPrefixUrl + '/departments/education.asp">Education</a>';
	deptmenu[4]='<a href="' + strPrefixUrl + '/departments/investigation.asp">Investigation</a>';
	deptmenu[5]='<a href="http://lcn.lsbn.state.la.us">Louisiana Center for Nursing</a>';
	deptmenu[6]='<a href="' + strPrefixUrl + '/departments/monitoring.asp">Monitoring</a>';
	deptmenu[7]='<a href="' + strPrefixUrl + '/users/default.asp">Personalized Sections</a>';
	deptmenu[8]='<a href="' + strPrefixUrl + '/departments/practice.asp">Practice</a>';
	deptmenu[9]='<a href="' + strPrefixUrl + '/departments/rnp.asp">Recovering Nurse Program</a>';
	
	
	//resource menu
	var resourcemenu=new Array();
	resourcemenu[0]='<a href="' + strPrefixUrl + '/documents/meetingdates.pdf">Board Meeting and Board Hearing Dates</a>';
	resourcemenu[1]='<a href="' + strPrefixUrl + '/documents/credentialing.asp">Credentialing and Practice</a>';
	resourcemenu[2]='<a href="' + strPrefixUrl + '/documents/decstate.asp">Declaratory Statements</a>';
	resourcemenu[3]='<a href="' + strPrefixUrl + '/documents/delegation.asp">Delegation Decision Making Process</a>';
	resourcemenu[4]='<a href="' + strPrefixUrl + '/documents/dactions.asp">Disciplinary Actions</a>';
	resourcemenu[5]='<a href="' + strPrefixUrl + '/documents/education.asp">Education and CE</a>';
	resourcemenu[6]='<a href="' + strPrefixUrl + '/documents/forms.asp">Forms</a>';
	resourcemenu[7]='<a href="' + strPrefixUrl + '/documents/investigation.asp">Investigation</a>';
	resourcemenu[8]='<a href="' + strPrefixUrl + '/documents/guidelines.asp">Laws, Rules, and Scope of Practice</a>';
	resourcemenu[9]='<a href="' + strPrefixUrl + '/documents/links.asp">Links to Other Boards</a>';
	resourcemenu[10]='<a href="' + strPrefixUrl + '/documents/agenda.asp">Meeting and Hearing Agendas and Minutes</a>';
	resourcemenu[11]='<a href="' + strPrefixUrl + '/documents/monitoring.asp">Monitoring</a>';
	resourcemenu[12]='<a href="' + strPrefixUrl + '/opinions/npoparchive.asp">Nurse Practice Opinions</a>';
	resourcemenu[13]='<a href="' + strPrefixUrl + '/documents/rnp.asp">Recovering Nurse Program</a>';
	resourcemenu[14]='<a href="' + strPrefixUrl + '/documents/reports.asp">Reports, Publications, Recommendations</a>';
	
	

	//service menu
	var servicemenu=new Array();
	servicemenu[0]='<a href="https://' + location.host + '/services/service.asp?s=1&sid=1">Address Change</a>';
	servicemenu[1]='<a href="https://' + location.host + '/services/service.asp?s=1&sid=8">License/Permit Verification</a>';
	servicemenu[2]='<a href="https://' + location.host + '/services/service.asp?s=1&sid=4">My Profile</a>';
	servicemenu[3]='<a href="' + strPrefixUrl + '/services/welcome.asp">License Renewal</a>';
	servicemenu[4]='<a href="' + strPrefixUrl + '/login/welcome.asp">Register Online</a>';
	
	var aboutmenu=new Array();
	aboutmenu[0]='<a href="' + strPrefixUrl + '/faqs/default.asp">Frequently Asked Questions</a>';

	//menu hide delay
	var disappeardelay=200;
	
