function showClo(){ $("#s1").hide(); $("#s2").hide(); } function op(){ $(".cusdropdown-content").show(); } function showSec(id){ var tar = "#" + id; showClo(); $(tar).slideDown(500); $(".cusdropdown-content").hide(1); if (tar == "#s1"){ $("#menutxt").text("Splendid Welcome Offers"); } if (tar == "#s2"){ $("#menutxt").text("Up to 5% Cash Rebate on Local Transactions*"); } } function showSwap(id){ var targ = "#" + id; $("#realappl").slideUp(200); $("#preappl").hide(); $(targ).slideToggle(); } function swapList(){ $(".cusdropdown-content").slideToggle(); }