var nav = new Array();
nav['home'] = ' ';
nav['about'] = '
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Locations
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Company
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
History
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Safety
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Photo Gallery
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
News ';
nav['employment'] = '
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Career Listings
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Application
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Career Comparison
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Benefits
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Gillette
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Rock Springs
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Photo Gallery ';
nav['products'] = '
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Surface Mining
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Railroad ';
nav['services'] = '
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Welding
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Machining
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Engineering
Notice: Undefined variable: target in /home/lnhnet/public_html/inc/sitesubnav.js.php on line 25
Oilfield Services Hard Chrome Plating ';
nav['contact'] = ' L&H Staff List ';
function showSubNav(section)
{
if (!section)
document.getElementById('topnav-lower').innerHTML = ' ';
else
document.getElementById('topnav-lower').innerHTML = nav[section];
}