var path = window.location.pathname;
var page = path.substring(path.lastIndexOf("/") + 1);
//alert(page);

function topnav(){

	if(page=="index.asp" || page==""){
		document.getElementById("tabs").className = "tabs1"
		document.getElementById("tabs_clr").style.backgroundColor = "#FFDC00"
		document.getElementById("tabs_clr_fot").style.backgroundColor = "#FFDC00"
		document.getElementById("tabs_clr_left").style.backgroundColor = "#FFDC00"
		document.getElementById("tabs_clr_right").style.backgroundColor = "#FFDC00"
		}
		
	if( page=="browse.asp" ){
		document.getElementById("tabs").className = "tabs2"
		document.getElementById("tabs_clr").style.backgroundColor = "#FDCA0C"
		document.getElementById("tabs_clr_fot").style.backgroundColor = "#FDCA0C"
		document.getElementById("tabs_clr_left").style.backgroundColor = "#FDCA0C"
		document.getElementById("tabs_clr_right").style.backgroundColor = "#FDCA0C"
		document.getElementById("tabs_clr_right").style.backgroundColor = "#FDCA0C"
		}
		
	if(page=="How_It_work.asp"){
		document.getElementById("tabs").className = "tabs3"
		document.getElementById("tabs_clr").style.backgroundColor = "#FFD634"
			document.getElementById("tabs_clr_fot").style.backgroundColor = "#FFD634"
			document.getElementById("tabs_clr_left").style.backgroundColor = "#FFD634"
			document.getElementById("tabs_clr_right").style.backgroundColor = "#FFD634"
			document.getElementById("tabs_clr_right1").style.backgroundColor = "#FFD634"
		}
		
/*	if(page=="Our_plans.asp"){
		document.getElementById("tabs").className = "tabs4"
		document.getElementById("tabs_clr").style.backgroundColor = "#FDE06C"
		document.getElementById("tabs_clr_fot").style.backgroundColor = "#FDE06C"
		document.getElementById("tabs_clr_left").style.backgroundColor = "#FDE06C"
		document.getElementById("tabs_clr_right").style.backgroundColor = "#FDE06C"
		document.getElementById("tabs_clr_right1").style.backgroundColor = "#FDE06C"
		}
*/		
	if(page=="Our_plans.asp"){
		document.getElementById("tabs").className = "tabs4"
		document.getElementById("tabs_clr").style.backgroundColor = "#FDBD00"
		document.getElementById("tabs_clr_fot").style.backgroundColor = "#FDBD00"
		document.getElementById("tabs_clr_left").style.backgroundColor = "#FDBD00"
		document.getElementById("tabs_clr_right").style.backgroundColor = "#FDBD00"
		document.getElementById("tabs_clr_right1").style.backgroundColor = "#FDBD00"
		}
		
	if(page=="ContactUs.asp"){
		document.getElementById("tabs").className = "tabs5"
		document.getElementById("tabs_clr").style.backgroundColor = "#FDEE50"
		document.getElementById("tabs_clr_fot").style.backgroundColor = "#FDEE50"
		document.getElementById("tabs_clr_left").style.backgroundColor = "#FDEE50"
		document.getElementById("tabs_clr_right").style.backgroundColor = "#FDEE50"
		document.getElementById("tabs_clr_right1").style.backgroundColor = "#FDEE50"
		}
			
	}



