//START Research Nav section  
if ((document.URL == "http://www.lehigh.edu/2009plan/futuremessage.html")
|| (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/partnering.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/"))
{  
  
  		//START Overview section 
		if (document.URL == "http://www.lehigh.edu/2009plan/futuremessage.html")
		{
				document.write ('<li class="open arrow"><a href="http://www.lehigh.edu/2009plan/futuremessage.html">"Come Together to Plan our Future"</a></li>');		
		} else {
				document.write ('<li><a href="http://www.lehigh.edu/2009plan/futuremessage.html">"Come Together to Plan our Future"</a></li>');			
		}			
		//END Overview section  
 
 
		

		
		

}

	
	


