function popup(url, width, height) {
	window.open(url, 'win', 'width='+width+',height='+height+',status=1,toolbar=0,menubar=0,location=0,scrollbars=1');
}