function fnPageBack() {
  var frm = document.forms[0];
  frm.action = "./index.php";
  frm.submit();
}
