//START Research Nav section  
if ((document.URL == "http://www.lehigh.edu/2009plan/challenges.html") 
|| (document.URL == "http://www.lehigh.edu/2009plan/investing.html")
|| (document.URL == "http://www.lehigh.edu/2009plan/experience.html")
|| (document.URL == "http://www.lehigh.edu/2009plan/challenges.html#energy")
|| (document.URL == "http://www.lehigh.edu/2009plan/challenges.html#globalization")
|| (document.URL == "http://www.lehigh.edu/2009plan/challenges.html#Health")
|| (document.URL == "http://www.lehigh.edu/2009plan/partnering.html")
|| (document.URL == "http://www.lehigh.edu/2009plan/futuremessage.html") 
|| (document.URL == "http://www.lehigh.edu/2009plan/"))
{  
  
  		//START Overview section 
		if (document.URL == "http://www.lehigh.edu/2009plan/")
		{
				document.write ('<li class="open arrow"><a href="http://www.lehigh.edu/2009plan/">OVERVIEW</a></li>');		
		} else {
				document.write ('<li><a href="http://www.lehigh.edu/2009plan/">OVERVIEW</a></li>');			
		}			
		//END Overview section  
 
 
		//START ADDRESSING GRAND CHALLENGES section 
		if (document.URL == "http://www.lehigh.edu/2009plan/challenges.html")
		{
				document.write ('<li class="open arrow"><a href="http://www.lehigh.edu/2009plan/challenges.html">1. ADDRESSING<br> GRAND CHALLENGES</a></li>');		
		} else {
				document.write ('<li><a href="http://www.lehigh.edu/2009plan/challenges.html">1. ADDRESSING<br> GRAND CHALLENGES</a></li>');			
		}			
		//END ADDRESSING GRAND CHALLENGES section 
		
			
		//START INVESTING IN FACULTY AND STAFF section 
		if (document.URL == "http://www.lehigh.edu/2009plan/investing.html")
		{
				document.write ('<li class="open arrow"><a href="http://www.lehigh.edu/2009plan/investing.html">2. INVESTING IN<br> FACULTY AND STAFF</a></li>');		
		} else {
				document.write ('<li><a href="http://www.lehigh.edu/2009plan/investing.html">2. INVESTING IN<br> FACULTY AND STAFF</a></li>');			
		}			
		//END INVESTING IN FACULTY AND STAFF section 
		
			//START PROVIDING A BEST-IN CLASS EXPERIENCE section 
		if (document.URL == "http://www.lehigh.edu/2009plan/experience.html")
		{
				document.write ('<li class="open arrow"><a href="http://www.lehigh.edu/2009plan/experience.html">3. PROMOTING<br> STUDENT SUCCESS</a></li>');		
		} else {
				document.write ('<li><a href="http://www.lehigh.edu/2009plan/experience.html">3. PROMOTING<br> STUDENT SUCCESS</a></li>');			
		}			
		//END PROVIDING A BEST-IN CLASS EXPERIENCE section 

			//START PARTNERING IN THE COMMUNITY section 
		if (document.URL == "http://www.lehigh.edu/2009plan/partnering.html")
		{
				document.write ('<li class="open arrow"><a href="http://www.lehigh.edu/2009plan/partnering.html">4. PARTNERING IN<br> THE COMMUNITY</a></li>');		
		} else {
				document.write ('<li><a href="http://www.lehigh.edu/2009plan/partnering.html">4. PARTNERING IN<br> THE COMMUNITY</a></li>');			
		}			
		//END PARTNERING IN THE COMMUNITY section 
		
		

}

	
	


