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