function popUp(url) {						
  window.open(url,"","width=760,height=500,status=yes,resizable=yes,scrollbars=yes,location=yes,toolbar=yes");
}