function OpenWindow(URL,WINNAME,PARAM) { var openw; openw=window.open(URL,WINNAME,PARAM); openw.focus(); }