function ajaxopener() {
   window.open("ajax.html","ajaxImpossible",
       "directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,width=1000,height=750");
}

