function openEdit(url){
  window.open(url,'edit','height=630,width=800,scrollbars=0,directories=0,toolbar=0,location=0,dependent=1,top=0,left=0,resizable=1');
}