function openWindow (url, w, h) {
   open(url, "", 'menubar=no,directories=no,location=no,resizable=no,scrollbars=no,width='+w +',height='+h);
}
