
////////social

function cambiafb(){
var fbIco=document.getElementById("fbIco")
fbIco.style.backgroundColor="#0165ff"

/*var fbImg=document.getElementById("fbImg")
fbImg.src="img/fbicoho_img.jpg"*/
}

function regfb(){
var img=document.getElementById("fbIco")
fbIco.style.backgroundColor="#58595c"

/*var tx=document.getElementById("fbImg")
fbImg.src="img/fbico_img.jpg"*/
}



function cambiatw(){
var img=document.getElementById("twIco")
twIco.style.backgroundColor="#01cbfd"

/*var tx=document.getElementById("twImg")
twImg.src="img/twicoho_img.jpg"*/

}

function regtw(){
var img=document.getElementById("twIco")
twIco.style.backgroundColor="#58595c"

/*var tx=document.getElementById("twImg")
twImg.src="img/twico_img.jpg"*/

}



function cambiayt(){
var img=document.getElementById("ytIco")
ytIco.style.backgroundColor="#fd1e21"

/*var tx=document.getElementById("ytImg")
ytImg.src="img/yticoho_img.jpg"*/

}

function regyt(){
var img=document.getElementById("ytIco")
ytIco.style.backgroundColor="#58595c"


/*var tx=document.getElementById("ytImg")
ytImg.src="img/ytico_img.jpg"*/

}


//////////

function irHome(){
window.location="http://www.interactive-group.com"
}

function navContactus(){
window.location="http://www.interactive-group.com/new/contactus.html"

}

function navSupport(){
window.location="http://www.interactive-group.com/new/support.html"

}

function navNews(){
window.location="http://www.interactive-group.com/new/undercons.html"

}


///////

function cambiaEmail(){
var img=document.getElementById("emailImg")
img.src="img/icoEmailho_img.jpg"

var tx=document.getElementById("txemail")
tx.style.color="#666666"
}

function cambiaNews(){
var img=document.getElementById("newsImg")
img.src="img/icoNewsho_img.jpg"

var tx=document.getElementById("txnews")
tx.style.color="#666666"
}

function cambiaSupport(){
var img=document.getElementById("supportImg")
img.src="img/icoSupportho_img.jpg"

var tx=document.getElementById("txsupport")
tx.style.color="#666666"
}



function regresaEmail(){
var img=document.getElementById("emailImg")
img.src="img/icoEmail_img.jpg"

var tx=document.getElementById("txemail")
tx.style.color="#808080"
}

function regresaNews(){
var img=document.getElementById("newsImg")
img.src="img/icoNews_img.jpg"

var tx=document.getElementById("txnews")
tx.style.color="#808080"
}

function regresaSupport(){
var img=document.getElementById("supportImg")
img.src="img/icoSupport_img.jpg"

var tx=document.getElementById("txsupport")
tx.style.color="#808080"
}
