function popup(url, title) {	win = window.open(url, title, "width=300,height=300,status=no,scrollbars=no,resizable=no");	win.focus();}
