//START Research Nav section  
if ((document.URL == "http://www.lehigh.edu/~inresrch/extfunding.html") 
|| (document.URL == "http://www.lehigh.edu/~inresrch/intfunding.html")
|| (document.URL == "http://www.lehigh.edu/~inors/Proposalprep.html")
|| (document.URL == "http://www.lehigh.edu/~inresrch/policies/index.html")
|| (document.URL == "http://www.lehigh.edu/~inresrch/profile.html")
|| (document.URL == "http://www.lehigh.edu/~inresrch/contact.html")
|| (document.URL == "http://www.lehigh.edu/~inresrch/rescenters.html")
|| (document.URL == "http://www.lehigh.edu/~inresrch/ghlights.html")
|| (document.URL == "http://www.lehigh.edu/~inresrch/index.html"))
{  
  
  		  		  		//START Home section 
		if (document.URL == "http://www.lehigh.edu/~inresrch/index.html")
		{
				document.write ('<li class="open arrow"><a href="http://www.lehigh.edu/~inresrch/index.html">HOME</a></li>');		
		} else {
				document.write ('<li><a href="http://www.lehigh.edu/~inresrch/index.html">HOME</a></li>');			
		}			
		//END Home Funding section 
		
		//START External Funding section 
		if (document.URL == "http://www.lehigh.edu/~inresrch/extfunding.html")
		{
				document.write ('<li class="open arrow"><a href="http://www.lehigh.edu/~inresrch/extfunding.html">EXTERNAL FUNDING</a></li>');		
		} else {
				document.write ('<li><a href="http://www.lehigh.edu/~inresrch/extfunding.html">EXTERNAL FUNDING</a></li>');			
		}			
		//END External Funding section 
		
		//START Internal Funding section 
		if (document.URL == "http://www.lehigh.edu/~inresrch/intfunding.html")
		{
				document.write ('<li class="open arrow"><a href="http://www.lehigh.edu/~inresrch/intfunding.html">INTERNAL FUNDING</a></li>');		
		} else {
				document.write ('<li><a href="http://www.lehigh.edu/~inresrch/intfunding.html">INTERNAL FUNDING</a></li>');			
		}			
		//END Internal Funding section 
		
			//START Proposal Preparation section 
		if (document.URL == "http://www.lehigh.edu/~inors/Proposalprep.html")
		{
				document.write ('<li class="open arrow"><a href="http://www.lehigh.edu/~inors/Proposalprep.html">PROPOSAL PREPARATION</a></li>');		
		} else {
				document.write ('<li><a href="http://www.lehigh.edu/~inors/Proposalprep.html">PROPOSAL PREPARATION</a></li>');			
		}			
		//END Proposal Preparation section 

			//START Research Policies section 
		if (document.URL == "http://www.lehigh.edu/~inors/inorsub.htm")
		{
				document.write ('<li class="open arrow"><a href="http://www.lehigh.edu/~inors/inorsub.htm">RESEARCH POLICIES</a></li>');		
		} else {
				document.write ('<li><a href="http://www.lehigh.edu/~inors/inorsub.htm">RESEARCH POLICIES</a></li>');			
		}			
		//END Research Policies section 
		
				//START LU Research Profile section 
		if (document.URL == "http://www.lehigh.edu/~inresrch/profile.html")
		{
				document.write ('<li class="open arrow"><a href="http://www.lehigh.edu/~inresrch/profile.html">LU RESEARCH PROFILE</a></li>');		
		} else {
				document.write ('<li><a href="http://www.lehigh.edu/~inresrch/profile.html">LU RESEARCH PROFILE</a></li>');			
		}			
		//END LU Research Profile section 
		
					//START Contact Us section 
		if (document.URL == "http://www.lehigh.edu/~inresrch/contact.html")
		{
				document.write ('<li class="open arrow"><a href="http://www.lehigh.edu/~inresrch/contact.html">CONTACT US</a></li>');		
		} else {
				document.write ('<li><a href="http://www.lehigh.edu/~inresrch/contact.html">CONTACT US</a></li>');			
		}			
		//END Contact Us section 

}

	
	


