var popwindow;function popUp(url,name,width,height){{outStr = 'height=' + height + ',width=' + width + ',toolbars=0,scrollbars=1';}popwindow=window.open(url, name, outStr);if (window.focus) {popwindow.focus()}}