function showWindow(resid,title)
 {
  mywindow = window.open ('edit.php?id='+resid,title,'width=460,height=270');
  mywindow.moveTo(250,250);
 } 