function openslike(theURL) {
  window.open("/popup.php?"+theURL, "SLIKE", "scrollbars=no,resizable=no,width=420,height=450,left=100,top=100");
}