function ShowSignIn(){document.getElementById("DivSignIn").style.display="block"}function HideSignIn(){document.getElementById("DivSignIn").style.display="none"}function ChangeIndustry(a){$(".content-switcher").hide();$("#"+a).show()};
