function openWin(path,name,features) {
	name="Scholastic";
	features="width=350,height=350,scrollbar=none";
	popWindow = window.open(path,name,features).focus();
}