<script type="text/javascript">

			/***********************************************
			* Pop-it menu- ? Dynamic Drive (www.dynamicdrive.com)
			* This notice MUST stay intact for legal use
			* Visit http://www.dynamicdrive.com/ for full source code
			***********************************************/

			var defaultMenuWidth="210px" //set default menu width.

			var linkset=new Array()
			//SPECIFY MENU SETS AND THEIR LINKS. FOLLOW SYNTAX LAID OUT

			linkset[0]='<a href="bigdegree.html">Big Ole Degree</a>'
			linkset[0]+='<a href="">AS Law Enforcement Studies</a>'
			linkset[0]+='<a href="asn.asp">LPN to Associate of Science in Nursing</a>'

			linkset[1]='<a href="isu.asp?degree=LPB">LPN to Bachelor\'s of Science in Nursing</a>'
			linkset[1]+='<a href="isu.asp?degree=BSN">RN to BSN / Indiana State University</a>'
			linkset[1]+='<a href="regis.asp?degree=BSN">RN to BSN / Regis University</a>'
			linkset[1]+='<a href="angelo.asp?degree=BSN">RN to BSN / Angelo State University</a>'
			linkset[1]+='<a href="deaconess.asp?degree=BSN">Diploma / Foreign Trained RN to BSN</a>'
			linkset[1]+='<a href="bellevue.asp?degree=LDP">Leadership</a>'
			linkset[1]+='<a href="bellevue.asp?degree=BAT">Business Administration Technical Studies</a>'
			linkset[1]+='<a href="bellevue.asp?degree=BIS">Business Information Systems</a>'
			linkset[1]+='<a href="bellevue.asp?degree=BHR">Human Resources Management</a>'
			linkset[1]+='<a href="bellevue.asp?degree=MGT">Management</a>'
			linkset[1]+='<a href="bellevue.asp?degree=MKM">Marketing Management</a>'
			linkset[1]+='<a href="bellevue.asp?degree=CJA">Criminal Justice Administration</a>'
			linkset[1]+='<a href="bellevue.asp?degree=CAM">Corrections Administration and Management</a>'
			linkset[1]+='<a href="regis.asp?degree=BSBA">Business Administration</a>'
			linkset[1]+='<a href="regis.asp?degree=BSBAF">Business Administration / Finance</a>'
			linkset[1]+='<a href="regis.asp?degree=BSBAHR">Business Administration / HR Mgt</a>'
			linkset[1]+='<a href="regis.asp?degree=BSBAMG">Business Administration / Management</a>'
			linkset[1]+='<a href="regis.asp?degree=BSBAMK">Business Administration / Marketing</a>'
			linkset[1]+='<a href="regis.asp?degree=BSBAHC">Business Administration / minor Healthcare</a>'
			linkset[1]+='<a href="regis.asp?degree=CSY">Computer Information Systems</a>'
			linkset[1]+='<a href="regis.asp?degree=CNW">Computer Networking</a>'
			linkset[1]+='<a href="regis.asp?degree=CSC">Computer Science</a>'
			linkset[1]+='<a href="regis.asp?degree=BFI">Finance</a>'
			linkset[1]+='<a href="regis.asp?degree=MKG">Marketing</a>'
			linkset[1]+='<a href="regis.asp?degree=PAD">Public Administration</a>'

			linkset[2]='<a href="salve.asp?degree=MBAHC">MBA/Healthcare Services Administration</a>'
			linkset[2]+='<a href="bellevue.asp?degree=HCA">MS Healthcare Administration</a>'
			linkset[2]+='<a href="regis.asp?degree=MSN">MS Nursing</a>'
			linkset[2]+='<a href="salve.asp?degree=MBAEL">MBA/Law Enforcement Leadership</a>'
			linkset[2]+='<a href="salve.asp?degree=MBAIR">MBA/International Realations</a>'
			linkset[2]+='<a href="salve.asp?degree=MBAM">MBA/Management</a>'
			linkset[2]+='<a href="salve.asp?degree=MBAJ">MBA/Justice and Homeland Security</a>'
			linkset[2]+='<a href="salve.asp?degree=MBAR">MBA/Rehabilitation</a>'
			linkset[2]+='<a href="regismed.asp?degree=MED">MS Education</a>'
			linkset[2]+='<a href="regismed.asp?degree=MEDPE">MS Education / Professional Educator</a>'
			linkset[2]+='<a href="regismed.asp?degree=MEDPL">MS Education / Professional Leadership</a>'
			linkset[2]+='<a href="Engine.asp?category=engineering">Master\'s Degrees in Engineering</a>'

			linkset[3]='<a href="boston.asp?degree=FPM">Project Management Fundamentals</a>'
			linkset[3]+='<a href="boston.asp?degree=PMF">Project Management Framework</a>'
			linkset[3]+='<a href="boston.asp?degree=MPP">Project Management PMP Prep</a>'
			linkset[3]+='<a href="boston.asp?degree=PMP">Certificate in Project Management</a>'
			linkset[3]+='<a href="ecornell.asp?degree=BLE">Business Leadership for Educators</a>'
			linkset[3]+='<a href="ecornell.asp?degree=BLH">Business Leadership for Healthcare</a>'
			linkset[3]+='<a href="ecornell.asp?degree=LHR">Business Leadership for HR</a>'
			linkset[3]+='<a href="ecornell.asp?degree=CEL">Executive Leadership</a>'
			linkset[3]+='<a href="ecornell.asp?degree=CFM">Financial Management</a>'
			linkset[3]+='<a href="ecornell.asp?degree=FSM">Foodservice Management</a>'
			linkset[3]+='<a href="ecornell.asp?degree=CHR">Human Resources</a>'
			linkset[3]+='<a href="ecornell.asp?degree=CPL">Proactive Leadership</a>'
			linkset[3]+='<a href="ecornell.asp?degree=CSS">Supervisory Skills</a>'
			linkset[3]+='<a href="ecornell.asp?degree=MFM">Master Certificate / Foodservice Management</a>'
			linkset[3]+='<a href="ecornell.asp?degree=MHM">Master Certificate / Hospitality Management Essentials</a>'
			////No need to edit beyond here

			var ie5=document.all && !window.opera
			var ns6=document.getElementById

			if (ie5||ns6)
			document.write('<div id="popitmenu" onMouseover="clearhidemenu();" onMouseout="dynamichide(event)"></div>')

			function iecompattest(){
			return (document.compatMode && document.compatMode.indexOf("CSS")!=-1)? document.documentElement : document.body
			}

			function showmenu(e, which, optWidth){
			if (!document.all&&!document.getElementById)
			return
			clearhidemenu()
			menuobj=ie5? document.all.popitmenu : document.getElementById("popitmenu")
			menuobj.innerHTML=which
			menuobj.style.width=(typeof optWidth!="undefined")? optWidth : defaultMenuWidth
			menuobj.contentwidth=menuobj.offsetWidth
			menuobj.contentheight=menuobj.offsetHeight
			eventX=ie5? event.clientX : e.clientX
			eventY=ie5? event.clientY : e.clientY
			//Find out how close the mouse is to the corner of the window
			var rightedge=ie5? iecompattest().clientWidth-eventX : window.innerWidth-eventX
			var bottomedge=ie5? iecompattest().clientHeight-eventY : window.innerHeight-eventY
			//if the horizontal distance isn't enough to accomodate the width of the context menu
			if (rightedge<menuobj.contentwidth)
			//move the horizontal position of the menu to the left by it's width
			menuobj.style.left=ie5? iecompattest().scrollLeft+eventX-menuobj.contentwidth+"px" : window.pageXOffset+eventX-menuobj.contentwidth+"px"
			else
			//position the horizontal position of the menu where the mouse was clicked
			menuobj.style.left=ie5? iecompattest().scrollLeft+eventX+"px" : window.pageXOffset+eventX+"px"
			//same concept with the vertical position
			if (bottomedge<menuobj.contentheight)
			menuobj.style.top=ie5? iecompattest().scrollTop+eventY-menuobj.contentheight+"px" : window.pageYOffset+eventY-menuobj.contentheight+"px"
			else
			menuobj.style.top=ie5? iecompattest().scrollTop+event.clientY+"px" : window.pageYOffset+eventY+"px"
			menuobj.style.visibility="visible"
			return false
			}

			function contains_ns6(a, b) {
			//Determines if 1 element in contained in another- by Brainjar.com
			while (b.parentNode)
			if ((b = b.parentNode) == a)
			return true;
			return false;
			}

			function hidemenu(){
			if (window.menuobj)
			menuobj.style.visibility="hidden"
			}

			function dynamichide(e){
			if (ie5&&!menuobj.contains(e.toElement))
			hidemenu()
			else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
			hidemenu()
			}

			function delayhidemenu(){
			delayhide=setTimeout("hidemenu()",500)
			}

			function clearhidemenu(){
			if (window.delayhide)
			clearTimeout(delayhide)
			}

			if (ie5||ns6)
			document.onclick=hidemenu

	</script>
