function popup(url, win, specs) {	mywin=window.open(url, win, specs + "status,resizeable,scrollbars");	mywin.focus();}
