function ow(url) {
   window.open(url, "NewWindow",
   "width=450,height=110,scrollbars=yes,resizable=yes,status=no"); 
return true
} 