// JavaScript Document
function navSwap(f) {
  	if (f==0){ document.btnHome.src="/images/navigation/btnHomeOn.gif" }
  	if (f==1){ document.sales.src="/images/navigation/btnSalesOn.gif" }
	if (f==2){ document.parts.src="/images/navigation/btnPartsOn.gif" }
	if (f==3){ document.service.src="/images/navigation/btnServiceOn.gif" }
	if (f==4){ document.bodyshop.src="/images/navigation/btnBodyShopOn.gif" }
	if (f==5){ document.history.src="/images/navigation/btnHistoryOn.gif" }
	if (f==6){ document.contact.src="/images/navigation/btnContactOn.gif" }
}
function navSwapBack(f) {
	if (f==0){ document.btnHome.src="/images/navigation/btnHome.gif" }
  	if (f==1){ document.sales.src="/images/navigation/btnSales.gif" }
	if (f==2){ document.parts.src="/images/navigation/btnParts.gif" }
	if (f==3){ document.service.src="/images/navigation/btnService.gif" }
	if (f==4){ document.bodyshop.src="/images/navigation/btnBodyShop.gif" }
	if (f==5){ document.history.src="/images/navigation/btnHistory.gif" }
	if (f==6){ document.contact.src="/images/navigation/btnContact.gif" }
}

function salesNavSwap(f) {
  	if (f==0){ document.salesDept.src="/images/sales/salesDeptOn.gif" }
  	if (f==1){ document.newInventory.src="/images/sales/newInventoryOn.gif" }
	if (f==2){ document.usedInventory.src="/images/sales/usedInventoryOn.gif" }
	if (f==3){ document.models.src="/images/sales/modelsOn.gif" }
	if (f==4){ document.getFinanced.src="/images/sales/getFinancedOn.gif" }
	if (f==5){ document.news.src="/images/sales/newsOn.gif" }
	if (f==6){ document.contactSales.src="/images/sales/contactSalesOn.gif" }
}
function salesNavSwapBack(f) {
	if (f==0){ document.salesDept.src="/images/sales/salesDept.gif" }
  	if (f==1){ document.newInventory.src="/images/sales/newInventory.gif" }
	if (f==2){ document.usedInventory.src="/images/sales/usedInventory.gif" }
	if (f==3){ document.models.src="/images/sales/models.gif" }
	if (f==4){ document.getFinanced.src="/images/sales/getFinanced.gif" }
	if (f==5){ document.news.src="/images/sales/news.gif" }
	if (f==6){ document.contactSales.src="/images/sales/contactSales.gif" }
}

function partsNavSwap(f) {
  	if (f==0){ document.partsDept.src="/images/parts/partsDeptOn.gif" }
  	if (f==1){ document.partsRequest.src="/images/parts/partsRequestOn.gif" }
	if (f==2){ document.partsSpecials.src="/images/parts/partsSpecialsOn.gif" }
	if (f==3){ document.partsTermCond.src="/images/parts/partsTermCondOn.gif" }
	if (f==4){ document.creditApp.src="/images/parts/creditAppOn.gif" }
	if (f==5){ document.contactParts.src="/images/parts/contactPartsOn.gif" }
}
function partsNavSwapBack(f) {
	if (f==0){ document.partsDept.src="/images/parts/partsDept.gif" }
  	if (f==1){ document.partsRequest.src="/images/parts/partsRequest.gif" }
	if (f==2){ document.partsSpecials.src="/images/parts/partsSpecials.gif" }
	if (f==3){ document.partsTermCond.src="/images/parts/partsTermCond.gif" }
	if (f==4){ document.creditApp.src="/images/parts/creditApp.gif" }
	if (f==5){ document.contactParts.src="/images/parts/contactParts.gif" }
}

function serviceNavSwap(f) {
  	if (f==0){ document.serviceDept.src="/images/service/serviceDeptOn.gif" }
  	if (f==1){ document.mobileService.src="/images/service/mobileServiceOn.gif" }
	if (f==2){ document.svcApptOnline.src="/images/service/serviceApptOnlineOn.gif" }
	if (f==3){ document.customerAmenities.src="/images/service/customerAmenitiesOn.gif" }
	if (f==4){ document.serviceTermCond.src="/images/service/serviceTermCondOn.gif" }
	if (f==5){ document.contactService.src="/images/service/contactServiceOn.gif" }
}
function serviceNavSwapBack(f) {
	if (f==0){ document.serviceDept.src="/images/service/serviceDept.gif" }
  	if (f==1){ document.mobileService.src="/images/service/mobileService.gif" }
	if (f==2){ document.svcApptOnline.src="/images/service/serviceApptOnline.gif" }
	if (f==3){ document.customerAmenities.src="/images/service/customerAmenitiesOff.gif" }
	if (f==4){ document.serviceTermCond.src="/images/service/serviceTermCond.gif" }
	if (f==5){ document.contactService.src="/images/service/contactService.gif" }
}

function bodyshopNavSwap(f) {
  	if (f==0){ document.bodyShop.src="/images/bodyshop/bodyShopOn.gif" }
  	if (f==1){ document.bodyShopAppt.src="/images/bodyshop/bodyShopApptOn.gif" }
	if (f==2){ document.contactBodyShop.src="/images/bodyshop/contactBodyShopOn.gif" }
}
function bodyshopNavSwapBack(f) {
	if (f==0){ document.bodyShop.src="/images/bodyshop/bodyShop.gif" }
  	if (f==1){ document.bodyShopAppt.src="/images/bodyshop/bodyShopAppt.gif" }
	if (f==2){ document.contactBodyShop.src="/images/bodyshop/contactBodyShop.gif" }
}

function historyNavSwap(f) {
  	if (f==0){ document.history.src="/images/history/historyOn.gif" }
  	if (f==1){ document.locations.src="/images/history/locationsOn.gif" }
}
function historyNavSwapBack(f) {
	if (f==0){ document.history.src="/images/history/history.gif" }
  	if (f==1){ document.locations.src="/images/history/locations.gif" }
}

function contactNavSwap(f) {
  	if (f==0){ document.contactUs.src="/images/contact/contactOn.gif" }
  	if (f==1){ document.getDirections.src="/images/contact/getDirectionsOn.gif" }
	if (f==2){ document.contactSales.src="/images/contact/contactSalesOn.gif" }
	if (f==3){ document.contactParts.src="/images/contact/contactPartsOn.gif" }
	if (f==4){ document.contactService.src="/images/contact/contactServiceOn.gif" }
	if (f==5){ document.contactBodyshop.src="/images/contact/contactBodyshopOn.gif" }
	if (f==6){ document.contactOlathe.src="/images/contact/contactOlatheOn.gif" }
}
function contactNavSwapBack(f) {
	if (f==0){ document.contactUs.src="/images/contact/contact.gif" }
	if (f==1){ document.getDirections.src="/images/contact/getDirections.gif" }
	if (f==2){ document.contactSales.src="/images/contact/contactSales.gif" }
  	if (f==3){ document.contactParts.src="/images/contact/contactParts.gif" }
	if (f==4){ document.contactService.src="/images/contact/contactService.gif" }
	if (f==5){ document.contactBodyshop.src="/images/contact/contactBodyshop.gif" }
	if (f==6){ document.contactOlathe.src="/images/contact/contactOlathe.gif" }
}
