function hl(what,color){
        what.style.backgroundColor=color 
}
var cOver = '#bddbff';
var cOut = '#92bedc';


function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=300,left = 390,top = 327');");
}

function pop1(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=275,left = 390,top = 200');");
}

	function fullclass() {
	var forms = document.body.getElementsByTagName("form");
	for (var i = 0; (el = forms[i]) != null; i++) {
		if(el.className == 'full') {
			theparent = el.parentNode;
			theparent.innerHTML = "<div id=greybox>Sorry, this class is full. Please see our <a href=speedreadingcoursenyc.php>complete schedule</a> of NYC classes.</div>";
		}
	}
}