function popWindow(url,scrolls,menu,height,width,resize,tool,loc,stat) { var newwindow; newwindow=window.open(url,'','scrollbars='+scrolls+',menubar='+menu+',height='+height+',width='+width+',resizable='+resize+',toolbar='+tool+',location='+loc+',status='+stat+''); if (window.focus) { newwindow.focus(); } return false; }