

function hiddenJScheck(){
  document.getElementById('jsscript').value = 'true';
}

/*
function toggleSslLogin(checkbox){
  if(checkbox.checked){
    document.forms[0].action = 'https://';
  } else {
    document.forms[0].action = 'index.php';
  }
}
*/
