function popupwin (url, width, height) {
	window.open(url, '', "toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width="+width+",height="+height+",resizable=no,top=20,left=20" );
}