﻿function abrirAbas(item) {

    if (item == 1) {
		document.getElementById("box01SoftSpy").style.visibility = "visible";
		document.getElementById("box02SoftSpy").style.visibility = "hidden";
		document.getElementById("box03SoftSpy").style.visibility = "hidden";       
	    document.getElementById("bt01").style.background = "url(../../images/produto/softspy/softspy_btn01.jpg)  no-repeat";
        document.getElementById("bt02").style.background = "url(../../images/produto/softspy/softspy_btn02b.jpg)  no-repeat";
		document.getElementById("bt03").style.background = "url(../../images/produto/softspy/softspy_btn03b.jpg)  no-repeat";
        
		

    }
    else if (item == 2) {
        document.getElementById("box01SoftSpy").style.visibility = "hidden";
		document.getElementById("box02SoftSpy").style.visibility = "visible";
		document.getElementById("box03SoftSpy").style.visibility = "hidden";       
	    document.getElementById("bt01").style.background = "url(../../images/produto/softspy/softspy_btn01b.jpg)  no-repeat";
        document.getElementById("bt02").style.background = "url(../../images/produto/softspy/softspy_btn02.jpg)  no-repeat";
		document.getElementById("bt03").style.background = "url(../../images/produto/softspy/softspy_btn03b.jpg)  no-repeat";
		
		
    }
    else {
        document.getElementById("box01SoftSpy").style.visibility = "hidden";
		document.getElementById("box02SoftSpy").style.visibility = "hidden";
		document.getElementById("box03SoftSpy").style.visibility = "visible";       
	    document.getElementById("bt01").style.background = "url(../../images/produto/softspy/softspy_btn01b.jpg)  no-repeat";
        document.getElementById("bt02").style.background = "url(../../images/produto/softspy/softspy_btn02b.jpg)  no-repeat";
		document.getElementById("bt03").style.background = "url(../../images/produto/softspy/softspy_btn03.jpg)  no-repeat";
		
		

    }
}
