function popup(page, width, height) {
	window.open(page,'popup','width='+width+',height='+height+',left=100,top=100,toolbar=false,scrollbars=1');
}
