function showSAK(tag) {
  var url="/showSAK.php?tag="+tag;
  msg = window.open(url, "msg", 'scrollbars=yes,width=500,height=900,left=15,top=30,location=no,menubar=no');
  msg.focus();
}

