function popItUp(url,name) { var newwindow = ''; var date = new Date(); var timestamp = Date.parse(date); newwindow=window.open(url,name + timestamp,'location=' + url + ',height=500,width=400,resize=true,resizable=yes,scrollbars=yes'); if (window.focus) {newwindow.focus()} return false; }