// JavaScript Document
function goto(nurl){
if(document){
document.location.href = nurl;
}else{
window.location.href = nurl;
}
}
arrow = new Image();
arrow.src = "http://www.nelsontruck.com/equipment/white-arrow.gif";
