function popupMatch(_m) { 
  popup=window.open("popup.php?m="+_m,"Match","toolbar=0,location=0,status=0,menubar=0, scrollbars=1, width=832,height=683");
}

