function newwindow(w, h, src, name){	w=window.open(src,name,'width='+ w + ',height=' + h + ',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1');	w.focus();}function newwindow_ns(w, h, src, name){	w=window.open(src,name,'width='+ w + ',height=' + h + ',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0');	w.focus();}