﻿function LadyesJaket(selectedIndex) {
    document.getElementById("LadyesJaketAmarican").selectedIndex = selectedIndex;
    document.getElementById("LadyesJaketEuropean").selectedIndex = selectedIndex;
}
