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