// Menu tab behaviors

function showDiv(id)
{
	var div1 = document.getElementById("div1");
	var div2 = document.getElementById("div2");
	var div3 = document.getElementById("div3");
	var div4 = document.getElementById("div4");
	var div5 = document.getElementById("div5");
	var div6 = document.getElementById("div6");
	var div7 = document.getElementById("div7");
	var div8 = document.getElementById("div8");
	
	var tab1 = document.getElementById("tab1");
	var tab2 = document.getElementById("tab2");
	var tab3 = document.getElementById("tab3");
	var tab4 = document.getElementById("tab4");
	var tab5 = document.getElementById("tab5");
	var tab6 = document.getElementById("tab6");
	var tab7 = document.getElementById("tab7");
	var tab8 = document.getElementById("tab8");
	
	if(id==1) {
		div1.style.display = "block";
		div2.style.display = "none";
		div3.style.display = "none";
		div4.style.display = "none";
		div5.style.display = "none";
		div6.style.display = "none";
		div7.style.display = "none";
		div8.style.display = "none";
		
		tab1.innerHTML = '<img src="/1/71450/template/images/interface/tab-new-inventory-lit.png" width="122" height="30" border="0"/>';
		tab2.innerHTML = '<img src="/1/71450/template/images/interface/tab-pre-owned-inventory.png" width="123" height="30" border="0"/>';
		tab3.innerHTML = '<img src="/1/71450/template/images/interface/tab-credit-application.png" width="123" height="30" border="0"/>';
		tab4.innerHTML = '<img src="/1/71450/template/images/interface/tab-trade-value.png" width="123" height="30" border="0"/>';
		tab5.innerHTML = '<img src="/1/71450/template/images/interface/tab-service-center.png" width="122" height="30" border="0"/>';
		tab6.innerHTML = '<img src="/1/71450/template/images/interface/tab-truck-center.png" width="124" height="30" border="0"/>';
		tab7.innerHTML = '<img src="/1/71450/template/images/interface/tab-community.png" width="122" height="30" border="0"/>';
		tab8.innerHTML = '<img src="/1/71450/template/images/interface/tab-videos.png" width="122" height="30" border="0"/>';
	}
	else if(id==2) {
		div1.style.display = "none";
		div2.style.display = "block";
		div3.style.display = "none";
		div4.style.display = "none";
		div5.style.display = "none";
		div6.style.display = "none";
		div7.style.display = "none";
		div8.style.display = "none";
		
		tab1.innerHTML = '<img src="/1/71450/template/images/interface/tab-new-inventory.png" width="122" height="30" border="0"/>';
		tab2.innerHTML = '<img src="/1/71450/template/images/interface/tab-pre-owned-inventory-lit.png" width="123" height="30" border="0"/>';
		tab3.innerHTML = '<img src="/1/71450/template/images/interface/tab-credit-application.png" width="123" height="30" border="0"/>';
		tab4.innerHTML = '<img src="/1/71450/template/images/interface/tab-trade-value.png" width="123" height="30" border="0"/>';
		tab5.innerHTML = '<img src="/1/71450/template/images/interface/tab-service-center.png" width="122" height="30" border="0"/>';
		tab6.innerHTML = '<img src="/1/71450/template/images/interface/tab-truck-center.png" width="124" height="30" border="0"/>';
		tab7.innerHTML = '<img src="/1/71450/template/images/interface/tab-community.png" width="122" height="30" border="0"/>';
		tab8.innerHTML = '<img src="/1/71450/template/images/interface/tab-videos.png" width="122" height="30" border="0"/>';
	}
	else if(id==3) {
		div1.style.display = "none";
		div2.style.display = "none";
		div3.style.display = "block";
		div4.style.display = "none";
		div5.style.display = "none";
		div6.style.display = "none";
		div7.style.display = "none";
		div8.style.display = "none";
		
		tab1.innerHTML = '<img src="/1/71450/template/images/interface/tab-new-inventory.png" width="122" height="30" border="0"/>';
		tab2.innerHTML = '<img src="/1/71450/template/images/interface/tab-pre-owned-inventory.png" width="123" height="30" border="0"/>';
		tab3.innerHTML = '<img src="/1/71450/template/images/interface/tab-credit-application-lit.png" width="123" height="30" border="0"/>';
		tab4.innerHTML = '<img src="/1/71450/template/images/interface/tab-trade-value.png" width="123" height="30" border="0"/>';
		tab5.innerHTML = '<img src="/1/71450/template/images/interface/tab-service-center.png" width="122" height="30" border="0"/>';
		tab6.innerHTML = '<img src="/1/71450/template/images/interface/tab-truck-center.png" width="124" height="30" border="0"/>';
		tab7.innerHTML = '<img src="/1/71450/template/images/interface/tab-community.png" width="122" height="30" border="0"/>';
		tab8.innerHTML = '<img src="/1/71450/template/images/interface/tab-videos.png" width="122" height="30" border="0"/>';
	}
	else if(id==4) {
		div1.style.display = "none";
		div2.style.display = "none";
		div3.style.display = "none";
		div4.style.display = "block";
		div5.style.display = "none";
		div6.style.display = "none";
		div7.style.display = "none";
		div8.style.display = "none";
		
		tab1.innerHTML = '<img src="/1/71450/template/images/interface/tab-new-inventory.png" width="122" height="30" border="0"/>';
		tab2.innerHTML = '<img src="/1/71450/template/images/interface/tab-pre-owned-inventory.png" width="123" height="30" border="0"/>';
		tab3.innerHTML = '<img src="/1/71450/template/images/interface/tab-credit-application.png" width="123" height="30" border="0"/>';
		tab4.innerHTML = '<img src="/1/71450/template/images/interface/tab-trade-value-lit.png" width="123" height="30" border="0"/>';
		tab5.innerHTML = '<img src="/1/71450/template/images/interface/tab-service-center.png" width="122" height="30" border="0"/>';
		tab6.innerHTML = '<img src="/1/71450/template/images/interface/tab-truck-center.png" width="124" height="30" border="0"/>';
		tab7.innerHTML = '<img src="/1/71450/template/images/interface/tab-community.png" width="122" height="30" border="0"/>';
		tab8.innerHTML = '<img src="/1/71450/template/images/interface/tab-videos.png" width="122" height="30" border="0"/>';
	}
	else if(id==5) {
		div1.style.display = "none";
		div2.style.display = "none";
		div3.style.display = "none";
		div4.style.display = "none";
		div5.style.display = "block";
		div6.style.display = "none";
		div7.style.display = "none";
		div8.style.display = "none";
		
		tab1.innerHTML = '<img src="/1/71450/template/images/interface/tab-new-inventory.png" width="122" height="30" border="0"/>';
		tab2.innerHTML = '<img src="/1/71450/template/images/interface/tab-pre-owned-inventory.png" width="123" height="30" border="0"/>';
		tab3.innerHTML = '<img src="/1/71450/template/images/interface/tab-credit-application.png" width="123" height="30" border="0"/>';
		tab4.innerHTML = '<img src="/1/71450/template/images/interface/tab-trade-value.png" width="123" height="30" border="0"/>';
		tab5.innerHTML = '<img src="/1/71450/template/images/interface/tab-service-center-lit.png" width="122" height="30" border="0"/>';
		tab6.innerHTML = '<img src="/1/71450/template/images/interface/tab-truck-center.png" width="124" height="30" border="0"/>';
		tab7.innerHTML = '<img src="/1/71450/template/images/interface/tab-community.png" width="122" height="30" border="0"/>';
		tab8.innerHTML = '<img src="/1/71450/template/images/interface/tab-videos.png" width="122" height="30" border="0"/>';
	}
	else if(id==6) {
		div1.style.display = "none";
		div2.style.display = "none";
		div3.style.display = "none";
		div4.style.display = "none";
		div5.style.display = "none";
		div6.style.display = "block";
		div7.style.display = "none";
		div8.style.display = "none";
		
		tab1.innerHTML = '<img src="/1/71450/template/images/interface/tab-new-inventory.png" width="122" height="30" border="0"/>';
		tab2.innerHTML = '<img src="/1/71450/template/images/interface/tab-pre-owned-inventory.png" width="123" height="30" border="0"/>';
		tab3.innerHTML = '<img src="/1/71450/template/images/interface/tab-credit-application.png" width="123" height="30" border="0"/>';
		tab4.innerHTML = '<img src="/1/71450/template/images/interface/tab-trade-value.png" width="123" height="30" border="0"/>';
		tab5.innerHTML = '<img src="/1/71450/template/images/interface/tab-service-center.png" width="122" height="30" border="0"/>';
		tab6.innerHTML = '<img src="/1/71450/template/images/interface/tab-truck-center-lit.png" width="124" height="30" border="0"/>';
		tab7.innerHTML = '<img src="/1/71450/template/images/interface/tab-community.png" width="122" height="30" border="0"/>';
		tab8.innerHTML = '<img src="/1/71450/template/images/interface/tab-videos.png" width="122" height="30" border="0"/>';
	}
	else if(id==7) {
		div1.style.display = "none";
		div2.style.display = "none";
		div3.style.display = "none";
		div4.style.display = "none";
		div5.style.display = "none";
		div6.style.display = "none";
		div7.style.display = "block";
		div8.style.display = "none";
		
		tab1.innerHTML = '<img src="/1/71450/template/images/interface/tab-new-inventory.png" width="122" height="30" border="0"/>';
		tab2.innerHTML = '<img src="/1/71450/template/images/interface/tab-pre-owned-inventory.png" width="123" height="30" border="0"/>';
		tab3.innerHTML = '<img src="/1/71450/template/images/interface/tab-credit-application.png" width="123" height="30" border="0"/>';
		tab4.innerHTML = '<img src="/1/71450/template/images/interface/tab-trade-value.png" width="123" height="30" border="0"/>';
		tab5.innerHTML = '<img src="/1/71450/template/images/interface/tab-service-center.png" width="122" height="30" border="0"/>';
		tab6.innerHTML = '<img src="/1/71450/template/images/interface/tab-truck-center.png" width="124" height="30" border="0"/>';
		tab7.innerHTML = '<img src="/1/71450/template/images/interface/tab-community-lit.png" width="122" height="30" border="0"/>';
		tab8.innerHTML = '<img src="/1/71450/template/images/interface/tab-videos.png" width="122" height="30" border="0"/>';
	}
	else if(id==8) {
		div1.style.display = "none";
		div2.style.display = "none";
		div3.style.display = "none";
		div4.style.display = "none";
		div5.style.display = "none";
		div6.style.display = "none";
		div7.style.display = "none";
		div8.style.display = "block";
		
		tab1.innerHTML = '<img src="/1/71450/template/images/interface/tab-new-inventory.png" width="122" height="30" border="0"/>';
		tab2.innerHTML = '<img src="/1/71450/template/images/interface/tab-pre-owned-inventory.png" width="123" height="30" border="0"/>';
		tab3.innerHTML = '<img src="/1/71450/template/images/interface/tab-credit-application.png" width="123" height="30" border="0"/>';
		tab4.innerHTML = '<img src="/1/71450/template/images/interface/tab-trade-value.png" width="123" height="30" border="0"/>';
		tab5.innerHTML = '<img src="/1/71450/template/images/interface/tab-service-center.png" width="122" height="30" border="0"/>';
		tab6.innerHTML = '<img src="/1/71450/template/images/interface/tab-truck-center.png" width="124" height="30" border="0"/>';
		tab7.innerHTML = '<img src="/1/71450/template/images/interface/tab-community.png" width="122" height="30" border="0"/>';
		tab8.innerHTML = '<img src="/1/71450/template/images/interface/tab-videos-lit.png" width="122" height="30" border="0"/>';
	}
	else{}
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}