function popup(page, a, b, bars) {
	window.open(page,'popup','width='+a+',height='+b+',toolbar=false,scrollbars='+bars);	
}
