//function admin(mpage){
//   document.onkeydown=function (e){
//       if(!document.all){
//           startLocation = e.which;
//       }else{
//           startLocation = event.keyCode;
//       }
//       if(startLocation == 113){
//           window.location = mpage;
//       }
//   }
//}

