﻿function tabit1(id1, cid1) {
    tabwoman1.className = "taboff"; tabman1.className = "taboff"; tabshoes1.className = "taboff"; tabdecor1.className = "taboff"; id1.className = "tabon1";
    cwoman1.style.display = "none"; cman1.style.display = "none";  cshoes1.style.display = "none"; cdecor1.style.display = "none"; cid1.style.display = "block";
    //winname=cid;
}
function tabit2(id2, cid2) {
    tabwoman1.className = "taboff"; tabman1.className = "taboff"; tabshoes1.className = "taboff"; tabdecor1.className = "taboff"; id2.className = "tabon2";
    cwoman1.style.display = "none"; cman1.style.display = "none"; cshoes1.style.display = "none"; cdecor1.style.display = "none"; cid2.style.display = "block";
    //winname=cid;
}
function tabit3(id3, cid3) {
    tabwoman1.className = "taboff"; tabman1.className = "taboff"; tabshoes1.className = "taboff"; tabdecor1.className = "taboff"; id3.className = "tabon3";
    cwoman1.style.display = "none"; cman1.style.display = "none"; cshoes1.style.display = "none"; cdecor1.style.display = "none"; cid3.style.display = "block";
    //winname=cid;
}
function tabit4(id4, cid4) {
    tabwoman1.className = "taboff"; tabman1.className = "taboff"; tabshoes1.className = "taboff"; tabdecor1.className = "taboff"; id4.className = "tabon4";
    cwoman1.style.display = "none"; cman1.style.display = "none"; cshoes1.style.display = "none"; cdecor1.style.display = "none"; cid4.style.display = "block";
    //winname=cid;
}
