function popit(page, width, height) {
	window.open(page,'EANITHING','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width='+width+',height='+height);
}
