var wPath = getPath();

var navTxt = '<div class="left-column-box">\n' +
'<a href="' + wPath + 'index.shtml">Home</a><br><br />\n' +
//'<a href="' + wPath + 'facilities/facilities.shtml">Facilities</a><br><br />\n' +
//'<a href="' + wPath + 'equipment/equipment.shtml">Equipment</a><br><br />\n' +
//'Transport Logistics<br><br />\n' +
//'Custom Vehicles<br><br />\n' +
//'Action Vehicles<br><br />\n' +
//'<a href="' + wPath + 'credits2.shtml">Credits</a><br><br />\n' +
//'<a href="' + wPath + 'aboutus2.shtml">About Us</a><br><br />\n' +
'<a href="' + wPath + 'contact.shtml">Contact Us</a><br>\n' +
'</div>';

document.writeln (navTxt);
