function navigate(par_location){
  document.location.href="index.php?page="+par_location;
}
