﻿function abrirAbas(item) {

    if (item == 1) {
		document.getElementById("box01DryCleanShampoo").style.visibility = "visible";
		document.getElementById("box02DryCleanShampoo").style.visibility = "hidden";
		document.getElementById("bt01").style.background = "url(../../images/produto/drycleanshampoo/drycleanshampoo_btn01b.jpg)  no-repeat";
        document.getElementById("bt02").style.background = "url(../../images/produto/drycleanshampoo/drycleanshampoo_btn02.jpg)  no-repeat";

    }
    else {
        document.getElementById("box01DryCleanShampoo").style.visibility = "hidden";
		document.getElementById("box02DryCleanShampoo").style.visibility = "visible";
  		document.getElementById("bt01").style.background = "url(../../images/produto/drycleanshampoo/drycleanshampoo_btn01.jpg)  no-repeat";
        document.getElementById("bt02").style.background = "url(../../images/produto/drycleanshampoo/drycleanshampoo_btn02b.jpg)  no-repeat";

	}
}
