var helpWindow;
function showOpenHelp(p) {
  help = "https://" + location.hostname + "/apps/opendocs/help.jsp#" + p;

  helpWindow = window.open(help,"IHSHELP","left=10,top=10,screenX=10,screenY=10,height=535,width=790,directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no)");
}
function openPricacy(){

   location.href = "https://" + location.hostname + "/apps/opendocs/privacy.jsp";

}
function openTermsAndCondtions(){

   location.href = "https://" + location.hostname + "/apps/opendocs/TermsAndCondtions.jsp";

}
function getRegisted(){

   window.opener.location.href = "https://" + location.hostname + "/apps/registeration/";
   window.opener.focus();

}