function open_window(html_url,w,h,window_name){         newWin = window.open(html_url,window_name,                              "width="+w+",height="+h+",scrollbars=1,status=0,resizable=yes");}function newImage(arg) {  if (document.images) {    rslt = new Image();    rslt.src = arg;    return rslt;  }}
