function popup(url) {
	newwindow=window.open(url,'name','height=500,width=480, scrollbars=yes');

	if (window.focus) {newwindow.focus()}
}


