// JavaScript Document
var prot = location.protocol+"//";
var host = location.host;
var path = location.pathname;
var ctxPath = prot+host+"/";

var contactNeLink = "mailto:Contact.NE@nuclear.energy.gov";
var faceBookLink = "";
var twitterLink = "https://twitter.com/usnuclearenergy";
var youTubeLink = "http://www.youtube.com/nuclearenergygov";

document.write('<div class="ltnav">');
document.write('<div class="nelogo"><img src="'+ctxPath+'images/logo.gif" alt="Nuclear Energy Logo"></div>');
document.write('<div><a href="'+ctxPath+'default.html"><img src="'+ctxPath+'images/btn_home.jpg" alt="Home Button" width="170" height="25" border="0"></a></div>');
document.write('<div><a href="'+ctxPath+'neWelcome.html"><img src="'+ctxPath+'images/btn_welcome.jpg" alt="Welcome Button" width="170" height="25" border="0"></a></div>');
document.write('<div><a href="'+ctxPath+'neMission.html"><img src="'+ctxPath+'images/btn_mission.jpg" alt="Mission Button" width="170" height="25" border="0"></a></div>');
document.write('<div><a href="'+ctxPath+'neOrganization.html"><img src="'+ctxPath+'images/btn_organization.jpg" alt="Our Organization Button" width="170" height="25" border="0"></a></div>');
document.write('<div><a href="'+ctxPath+'nePrograms.html"><img src="'+ctxPath+'images/btn_programs.jpg" alt="Our Programs Button" width="170" height="25" border="0"></a></div>');
document.write('<div><a href="'+ctxPath+'neNeacOverview.html"><img src="'+ctxPath+'images/btn_committee.jpg" alt="Advisory Committee Button" width="170" height="25" border="0"></a></div>');
document.write('<div><a href="'+ctxPath+'neNewsRoom.html"><img src="'+ctxPath+'images/btn_newsroom.jpg" alt="News Room Button" width="170" height="25" border="0"></a></div>');
document.write('<div><a href="'+ctxPath+'doclibrary/overview.html"><img src="'+ctxPath+'images/btn_library.jpg" alt="Document and Media Library Button" width="170" height="25" border="0"></a></div>');
document.write('<div><a href="'+ctxPath+'neJobs.html"><img src="'+ctxPath+'images/btn_jobs.jpg" alt="Job Opportunities Button" width="170" height="25" border="0"></a></div>');
document.write('<div><a href="'+ctxPath+'neSitemap.html"><img src="'+ctxPath+'images/btn_sitemap.jpg" alt="Sitemap Button" width="170" height="25" border="0"></a></div>');
document.write('<div style="padding-top: 3px;">');
document.write('<img src="'+ctxPath+'images/hdr_stayConnected.jpg" alt="Stay Connected Header">');
document.write('<div>');
document.write('<div class="leftborders">');
document.write('<div class="contactus"><a href="'+contactNeLink+'"><img src="'+ctxPath+'images/btn_email_sq.gif" alt="Contact us through email." width="30" height="36" border="0"></a><a href="'+ctxPath+'newsalerts.html"><img src="'+ctxPath+'images/btn_subscribe.gif" alt="Sign up for email Nuclear Energy notifications." width="30" height="36" border="0"></a><a href="'+youTubeLink+'"><img src="'+ctxPath+'images/btn_youtube.jpg" alt="Watch us on You Tube" width="30" height="36" border="0"></a></div>');
document.write('</div><img src="'+ctxPath+'images/rounded_bottom_left.gif" alt="" width="170" height="7" border="0"></div>');
document.write('</div>');
document.write('<div>');
document.write('<img src="'+ctxPath+'images/hdr_students.jpg" alt="Jump into the Students zone!">');
document.write('<div class="leftborders" align="center"><a href="'+ctxPath+'students/intro.html"><img src="'+ctxPath+'images/posterCity.jpg" alt="Poster City" width="165" height="202" border="0"></a><a href="'+ctxPath+'students/intro.html"><img src="'+ctxPath+'images/btn_students2.jpg" alt="Students click here!" border="0"></a></div>');
document.write('<img src="'+ctxPath+'images/rounded_bottom_left.gif" alt="" width="170" height="7" border="0"></div>');
document.write('<div>');
document.write('<img src="'+ctxPath+'images/hdr_educators.jpg" alt="Educators Header">');
document.write('<div class="leftborders"><a href="'+ctxPath+'students/Track_teachers.html"><img src="'+ctxPath+'images/educators2.jpg" alt="Educators Image" width="165" height="120" border="0"></a></div>');
document.write('</div><br />');
document.write('<div class="researchers">');
document.write('<img src="'+ctxPath+'images/hdr_researchers.jpg" alt="Opportunities for Researchers Header">');
document.write('<div class="leftborders" align="center" style="padding-top:0px; padding-bottom:10px; background-color:#CCCCCC; border-bottom:thin solid #E1E1E1;"><div style="padding-top:5px;"><a href="'+ctxPath+'universityPrograms/neUniversity2a.html"><img src="'+ctxPath+'images/btn_neupSm.jpg" alt="Nuclear Energy University Program (NEUP)" border="0"></a></div>');
document.write('<div style="padding-top:5px;"><a href="'+ctxPath+'neri/neNERIresearch.html"><img src="'+ctxPath+'images/btn_neriSm.jpg" alt="Nuclear Energy Research Initiative button" border="0"></a></div>');
document.write('</div>');
document.write('</div><br />');
document.write('<div>');
document.write('<a href="'+ctxPath+'extStakeholders.html""><img src="'+ctxPath+'images/hdr_externalResearch.jpg " alt="For External Stakeholders Header" border="0"></a>');
/*document.write('<div class="leftborders" align="center" style="padding-top:0px; padding-bottom:10px; border-bottom:thin solid #E1E1E1;"><div style="padding-top:5px;">&nbsp;<br /></div>');*/
document.write('</div>');
document.write('</div>');
document.write('</div>');
document.write('<br />');
