function popup(url) {	newwindow=window.open(url,'name','height=400,width=800,scrollbars=1,left=100,top=100');	if (window.focus) {newwindow.focus()}}
