function openWindow(url) {
  window.open(url,"","toolbar=no,location=no,status=no,scrollbars=yes,resizable=1,width=400,height=600");
}
