//rollovers
var iName=""; 
default1 = new Image(); default1.src = "images/nav-aboutus.gif";
changed1 = new Image(); changed1.src = "images/nav-aboutus-on.gif";
default2 = new Image(); default2.src = "images/nav-services.gif";
changed2 = new Image(); changed2.src = "images/nav-services-on.gif";
default3 = new Image(); default3.src = "images/nav-locations.gif";
changed3 = new Image(); changed3.src = "images/nav-locations-on.gif";
default4 = new Image(); default4.src = "images/nav-ltlrater.gif";
changed4 = new Image(); changed4.src = "images/nav-ltlrater-on.gif";
default5 = new Image(); default5.src = "images/nav-tracking.gif";
changed5 = new Image(); changed5.src = "images/nav-tracking-on.gif";
default6 = new Image(); default6.src = "images/nav-openaccount.gif";
changed6 = new Image(); changed6.src = "images/nav-openaccount-on.gif";
default7 = new Image(); default7.src = "images/nav-quotes.gif";
changed7 = new Image(); changed7.src = "images/nav-quotes-on.gif";
default8 = new Image(); default8.src = "images/nav-contactus.gif";
changed8 = new Image(); changed8.src = "images/nav-contactus-on.gif";
default9 = new Image(); default9.src = "images/nav-truckload.gif";
changed9 = new Image(); changed9.src = "images/nav-truckload-on.gif";
	
function Ichange(p) {
    var pSrc=eval(p+ ".src");
    document[iName].src = pSrc;
}

//popup for LTL RATER
function openLtlRater() {
	window.open("http://omni.ltlship.com/index.asp","LTLRATER","width=760,height=580,left=10,top=10,statusbar=no,toolbar=0,scrollbars=yes,navbar=no,resizable=yes");
}

//Writes the navigation to the page based on variable at the top of each page.
function printNav() { 
	if (section == "aboutus" ) {
		document.write('<a href="aboutus.html"><img src="images/nav-aboutus-on.gif" width="74" height="21" alt="ABOUT US" border="0" name="image1"></a>');
	} 
	else {
		document.write('<a href="aboutus.html" onMouseOver="iName=\'image1\'; Ichange(\'changed1\')" onMouseOut="Ichange(\'default1\')"><img src="images/nav-aboutus.gif" width="74" height="21" alt="ABOUT US" border="0" name="image1"></a>');
	}
	if (section == "services" ) {
		document.write('<a href="services.html"><img src="images/nav-services-on.gif" width="80" height="21" alt="SERVICES" border="0" name="image2"></a>');
	} 
	else {
		document.write('<a href="services.html" onMouseOver="iName=\'image2\'; Ichange(\'changed2\')" onMouseOut="Ichange(\'default2\')"><img src="images/nav-services.gif" width="80" height="21" alt="SERVICES" border="0" name="image2"></a>');
	}
	if (section == "locations" ) {
		document.write('<a href="locations.html"><img src="images/nav-locations-on.gif" width="90" height="21" alt="LOCATIONS" border="0" name="image3"></a>');
	} 
	else {
		document.write('<a href="locations.html" onMouseOver="iName=\'image3\'; Ichange(\'changed3\')" onMouseOut="Ichange(\'default3\')"><img src="images/nav-locations.gif" width="90" height="21" alt="LOCATIONS" border="0" name="image3"></a>');
	}
	if (section == "ltlrater" ) {
		document.write('<img src="images/nav-ltlrater-on.gif" width="91" height="21" alt="LTL RATER" border="0" name="image4">');
	} 
	else {
		document.write('<img src="images/nav-ltlrater.gif" width="91" height="21" alt="LTL RATER" border="0" name="image4" onMouseOver="iName=\'image4\'; Ichange(\'changed4\')" onMouseOut="Ichange(\'default4\')" onClick="openLtlRater();" style="cursor: hand;">');
	}	
	if (section == "tracking" ) {
		document.write('<a href="tracking.html"><img src="images/nav-tracking-on.gif" width="93" height="21" alt="TRACKING" border="0" name="image5"></a>');
	} 
	else {
		document.write('<a href="tracking.html" onMouseOver="iName=\'image5\'; Ichange(\'changed5\')" onMouseOut="Ichange(\'default5\')"><img src="images/nav-tracking.gif" width="93" height="21" alt="TRACKING" border="0" name="image5"></a>');
	}
	if (section == "openaccount" ) {
		document.write('<a href="openaccount.html"><img src="images/nav-openaccount-on.gif" width="116" height="21" alt="OPEN ACCOUNT" border="0" name="image6"></a>');
	} 
	else {
		document.write('<a href="openaccount.html" onMouseOver="iName=\'image6\'; Ichange(\'changed6\')" onMouseOut="Ichange(\'default6\')"><img src="images/nav-openaccount.gif" width="116" height="21" alt="OPEN ACCOUNT" border="0" name="image6"></a>');
	}
	if (section == "quotes" ) {
		document.write('<a href="quotes.html"><img src="images/nav-quotes-on.gif" width="71" height="21" alt="QUOTES" border="0" name="image7"></a>');
	} 
	else {
		document.write('<a href="quotes.html" onMouseOver="iName=\'image7\'; Ichange(\'changed7\')" onMouseOut="Ichange(\'default7\')"><img src="images/nav-quotes.gif" width="71" height="21" alt="QUOTES" border="0" name="image7"></a>');
	}
	if (section == "contactus" ) {
		document.write('<a href="contactus.html"><img src="images/nav-contactus-on.gif" width="80" height="21" alt="CONTACT US" border="0" name="image8"></a>');
	} 
	else {
		document.write('<a href="contactus.html" onMouseOver="iName=\'image8\'; Ichange(\'changed8\')" onMouseOut="Ichange(\'default8\')"><img src="images/nav-contactus.gif" width="80" height="21" alt="CONTACT US" border="0" name="image8"></a>');
	}
		if (section == "truckload" ) {
		document.write('<a href="truckload.html"><img src="images/nav-truckload-on.gif" width="85" height="21" alt="TRUCKLOAD" border="0" name="image9"></a>');
	} 
	else {
		document.write('<a href="truckload.html" onMouseOver="iName=\'image9\'; Ichange(\'changed9\')" onMouseOut="Ichange(\'default9\')"><img src="images/nav-truckload.gif" width="85" height="21" alt="TRUCKLOAD" border="0" name="image9"></a>');
	}	
}


