﻿function tabit(id, cid) {
    tabwoman.className = "taboff"; tabman.className = "taboff"; tabsport.className = "taboff";  tabshoes.className = "taboff"; tabdecor.className = "taboff"; id.className = "tabon";
    cwoman.style.display = "none"; cman.style.display = "none"; csport.style.display = "none"; cshoes.style.display = "none"; cdecor.style.display = "none"; cid.style.display = "block";
    //winname=cid;
}
function showall() {
    tabwoman.className = "tabon"; tabman.className = "tabon"; tabsport.className = "tabon";  tabshoes.className = "tabon"; tabdecor.className = "tabon";
    cwoman.style.display = "block"; cman.style.display = "block"; csport.style.display = "block";  cshoes.style.display = "block"; cdecor.style.display = "block";
}