Cufon.replace('.gotham');
Cufon.replace('.save', {
    textShadow: '1px 1px #333'
});
function checkSelected(x) {
var t1 = document.getElementById("t1");
var t2 = document.getElementById("t2");
var t3 = document.getElementById("t3");
var b1 = document.getElementById("b1");
var b2 = document.getElementById("b2");
var b3 = document.getElementById("b3");
if (x==1) {
t1.className = "tab1 tabselected";
b1.style.display="";
b2.style.display="none";
b3.style.display="none";
Cufon.replace('.hovergotham1',{color:'#fff'});
Cufon.replace('.hovergotham2',{color:'#1f5985'});
Cufon.replace('.hovergotham3',{color:'#1f5985'});
t2.className = "tab2";
t3.className = "tab3";
}
if (x==2) {
t2.className = "tab2 tabselected";
b2.style.display="";
b1.style.display="none";
b3.style.display="none";
Cufon.replace('.hovergotham2',{color:'#fff'});
Cufon.replace('.hovergotham1',{color:'#1f5985'});
Cufon.replace('.hovergotham3',{color:'#1f5985'});
t1.className = "tab1";
t3.className = "tab3";
}
if (x==3) {
t3.className = "tab3 tabselected";
b3.style.display="";
b1.style.display="none";
b2.style.display="none";
Cufon.replace('.hovergotham3',{color:'#fff'});
Cufon.replace('.hovergotham1',{color:'#1f5985'});
Cufon.replace('.hovergotham2',{color:'#1f5985'});
t1.className = "tab1";
t2.className = "tab2";
}
}

function shownumSelection(x) {
    if (x == 1) {
        document.getElementById("signupbox2").style.display = "none";
        document.getElementById("signupbox1").style.display = "block";
        document.getElementById("st2").style.backgroundColor = "#f1f8fb";
        document.getElementById("st1").style.backgroundColor = "#fff";
        document.getElementById("st1").style.borderBottomColor = "#fff";
        document.getElementById("st2").style.borderBottomColor = "#cdd3d6";
        document.getElementById("st2").style.fontWeight = "400";
        document.getElementById("st1").style.fontWeight = "800";
    }
    if (x == 2) {
        document.getElementById("signupbox1").style.display = "none";
        document.getElementById("signupbox2").style.display = "block";
        document.getElementById("st1").style.backgroundColor = "#f1f8fb";
        document.getElementById("st2").style.backgroundColor = "#fff";
        document.getElementById("st2").style.borderBottomColor = "#fff";
        document.getElementById("st1").style.borderBottomColor = "#cdd3d6";
        document.getElementById("st1").style.fontWeight = "400";
        document.getElementById("st2").style.fontWeight = "800";
    }
}

function changeClass(x)
{
	if (x == 'rx'){
		document.getElementById("rx").className = 'floattab1light';
		document.getElementById("cx").className = 'floattab2dark';
		document.getElementById("fx").className = 'floattab3dark';
		document.getElementById("residential").className = 'howitworks1';
		document.getElementById("cloud").className = 'howitworks1 floathide';
		document.getElementById("fax").className = 'howitworks1 floathide';
	}
	if (x == 'cx'){
		document.getElementById("rx").className = 'floattab1dark';
		document.getElementById("cx").className = 'floattab2light';
		document.getElementById("fx").className = 'floattab3dark';
		document.getElementById("residential").className = 'howitworks1 floathide';
		document.getElementById("cloud").className = 'howitworks1';
		document.getElementById("fax").className = 'howitworks1 floathide';
	}
	if (x == 'fx'){
		document.getElementById("rx").className = 'floattab1dark';
		document.getElementById("cx").className = 'floattab2dark';
		document.getElementById("fx").className = 'floattab3light';
		document.getElementById("residential").className = 'howitworks1 floathide';
		document.getElementById("cloud").className = 'howitworks1 floathide';
		document.getElementById("fax").className = 'howitworks1';
	}
	
}
