function popUp(url, title) {
	popupWin = window.open(url, title, 'resizable,scrollbars,width=650,height=450,top=50,left=50');
}