var popupPic;
function popUp(url ,w ,h ) {
  if (popupPic != null){ popupPic.close(); }
  popupPic = window.open(url, "", "left=350, top=250, width="+w+", height="+h);
}
