// JavaScript Document

// ROLLOVER NAVIGATION
inc_navigation_rollover_js =
'<a href="http://jobs.dri.edu" \n'	  
+ 'onmouseout="MM_swapImgRestore()" \n'
+ 'onmouseover="MM_swapImage(\'jobs\',\'\',\'http://www.dri.edu/Admin/HR/Graphics/jobs_over.gif\',1)">\n'
+'<img src="http://www.dri.edu/Admin/HR/Graphics/jobs_up.gif" alt="Employee Career Opportunities" name="jobs" width="186" height="39" border="0" /></a> \n'

+ '<a href="http://www.dri.edu/Admin/HR/EOE.htm" \n'	  
+'onmouseout="MM_swapImgRestore()" \n'
+'onmouseover="MM_swapImage(\'eoe\',\'\',\'http://www.dri.edu/Admin/HR/Graphics/EOE_over.gif\',1)"> \n'
+'<img src="http://www.dri.edu/Admin/HR/Graphics/EOE_up.gif" alt="Affirmative Action Equal Opportunity Employer" name="eoe" width="186" height="39" border="0" /></a> \n'

+ '<a href="http://www.dri.edu/Admin/HR/benefits.htm" \n'	  
+'onmouseout="MM_swapImgRestore()" \n'
+'onmouseover="MM_swapImage(\'benefits\',\'\',\'http://www.dri.edu/Admin/HR/Graphics/benefits_over.gif\',1)"> \n'
+'<img src="http://www.dri.edu/Admin/HR/Graphics/benefits_up.gif" alt="DRI Employee Benefits" name="benefits" width="186" height="39" border="0" /></a> \n'

+ '<a href="http://www.dri.edu/Admin/HR/hrstaff.htm" \n'	  
+ 'onmouseout="MM_swapImgRestore()" \n'
+ 'onmouseover="MM_swapImage(\'staff\',\'\',\'http://www.dri.edu/Admin/HR/Graphics/mission_over.gif\',1)"> \n'
+'<img src="http://www.dri.edu/Admin/HR/Graphics/mission_up.gif" alt="HR Mission and Staff Info" name="staff" width="186" height="39" border="0" /></a> \n'

+ '<a href="http://www.dri.edu/Admin/HR/relocationinfo.htm" \n'
+ 'onmouseout="MM_swapImgRestore()" \n'
+ 'onmouseover="MM_swapImage(\'relocation\',\'\',\'http://www.dri.edu/Admin/HR/Graphics/relocation_over.gif\',1)"> \n'
+'<img src="http://www.dri.edu/Admin/HR/Graphics/relocation_up.gif" alt="Relocation Information" name="relocation" width="186" height="39" border="0" /></a> \n'
        
+ '<a href="http://www.dri.edu/Admin/HR/foreignapplicants.htm" \n'
+ 'onmouseout="MM_swapImgRestore()" \n'
+ 'onmouseover="MM_swapImage(\'foreign\',\'\',\'http://www.dri.edu/Admin/HR/Graphics/foreignapps_over.gif\',1)"> \n'
+'<img src="http://www.dri.edu/Admin/HR/Graphics/foreignapps_up.gif" alt="Foreign Applicant Info" name="foreign" width="186" height="39" border="0" /></a> \n'
        
+ '<a href="http://www.dri.edu/Aboutdri/" \n'
+ 'onmouseout="MM_swapImgRestore()" \n'
+ 'onmouseover="MM_swapImage(\'aboutdri\',\'\',\'http://www.dri.edu/Admin/HR/Graphics/aboutdri_over.gif\',1)"> \n'
+'<img src="http://www.dri.edu/Admin/HR/Graphics/aboutdri_up.gif" alt="About DRI" width="186" name="aboutdri" height="39" border="0" /></a> \n'

+ '<a href="http://www.dri.edu/Admin/HR/nevada.htm"  \n'
+ 'onmouseout="MM_swapImgRestore()" \n'
+ 'onmouseover="MM_swapImage(\'nevada\',\'\',\'http://www.dri.edu/Admin/HR/Graphics/nvactivities_over.gif\',1)"> \n'
+'<img src="http://www.dri.edu/Admin/HR/Graphics/nvactivities_up.gif" alt="Nevada Activities and Attractions" name="nevada" width="186" height="39" border="0" /></a> \n'
        
+ '<a href="http://www.dri.edu/Admin/HR/jobsinnevada.htm" \n'
+ 'onmouseout="MM_swapImgRestore()" \n'
+ 'onmouseover="MM_swapImage(\'otherjobs\',\'\',\'http://www.dri.edu/Admin/HR/Graphics/otheremployment_over.gif\',1)"> \n'
+'<img src="http://www.dri.edu/Admin/HR/Graphics/otheremployment_up.gif" alt="Other Employment Opportunities in Nevada" name="otherjobs" width="186" height="39" border="0" /></a> \n'

+ '<a href="http://www.dri.edu/Admin/HR/newsandmaps.htm" \n' 
+ 'onmouseout="MM_swapImgRestore()" \n'
+ 'onmouseover="MM_swapImage(\'newslinks\',\'\',\'http://www.dri.edu/Admin/HR/Graphics/newslinks_over.gif\',1)"> \n'
+'<img src="http://www.dri.edu/Admin/HR/Graphics/newslinks_up.gif" alt="News Links and Maps" name="newslinks" width="186" height="39" border="0" /></a> \n'
        
+ '<a href="http://www.dri.edu/Admin/HR/nshe.htm" \n' 
+ 'onmouseout="MM_swapImgRestore()" \n'
+ 'onmouseover="MM_swapImage(\'nshe\',\'\',\'http://www.dri.edu/Admin/HR/Graphics/nshe_over.gif\',1)"> \n'
+'<img src="http://www.dri.edu/Admin/HR/Graphics/nshe_up.gif" alt="NSHE Campuses and Colleges" name="nshe" width="186" height="39" border="0" /></a> \n'

+ '<a href="http://www.dri.edu/Admin/HR/index.html" \n' 
+ 'onmouseout="MM_swapImgRestore()" \n'
+ 'onmouseover="MM_swapImage(\'hrhome\',\'\',\'http://www.dri.edu/Admin/HR/Graphics/hrhome_over.gif\',1)"> \n'
+'<img src="http://www.dri.edu/Admin/HR/Graphics/hrhome_up.gif" alt="HR Home" name="hrhome" width="186" height="39" border="0" /></a>';

	  
// end_var_declaration
document.write(inc_navigation_rollover_js);
