<!--//--><![CDATA[//><!--

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

//--><!]]>

function newWindow5(info) {
   infoWindow = window.open(info, "infoWin", "width=400,height=675,screenX=50,screenY=20,left=50,top=20,scrollbars=yes")
    infoWindow.focus()
}


function newWindow(course) {
    courseWindow = window.open(course, "courseWin", "width=400,height=260,screenX=50,screenY=50,left=50,top=50,scrollbars=no, resizeable=no")
    courseWindow.focus()
}

function newWindow2(course) {
    courseWindow = window.open(course, "courseWin", "width=400,height=360,screenX=50,screenY=50,left=50,top=50,scrollbars=no, resizeable=no")
    courseWindow.focus()
}

function newWindow3(course) {
    courseWindow = window.open(course, "courseWin", "width=400,height=450,screenX=50,screenY=50,left=50,top=50,scrollbars=no, resizeable=no")
    courseWindow.focus()
}

function newWindow4(course) {
    courseWindow = window.open(course, "courseWin", "width=400,height=550,screenX=50,screenY=50,left=50,top=50,scrollbars=no, resizeable=no")
    courseWindow.focus()
}
