function popUp(url,name,attrib) { windowPane = window.open(url,name,attrib); windowPane.focus(); }