function printW()	{
	
	window.print();

}
<!-- hide
sfHover = function() {
 	var sfEls = document.body.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 jumpto(x){

if (document.formS.courseS.value != "null") {
	document.location.href = x
	}
}
// end hide -->

function gohere(url)	{
	//alert(url);
			window.location = url;
}
function popU(var1,linkR,passR)	{
	
		var typeOF = var1;
		var pV = passR;
		var varPass = "ac";
		var linkTo = linkR + "?" + varPass + "=" + pV;
		//alert(linkTo);
		switch(typeOF)	{
			
				case "reg":
				
						window.open(linkTo,'sdfsdf','height=630,width=800');
						break;
				
				case "viewS":
						
						window.open(linkTo,'sdfsdf','height=300,width=600');
						break;
						
				case "confirmR":
						
						window.open(linkTo,'sdfsdf','height=200,width=200');
						break;
						
				case "viewApp":
						
						window.open(linkTo,'sdfsdf','height=500,width=500');
						break;
				
				case "mockS":
						
						window.open(linkTo,'sdfsdf','height=500,width=600');
						break;
			
		}
		
}
function colorTD()	
		{
			
			//alert (document.getElementById('tdR').value);
			var tdT  = document.getElemetById('tdR')
			
			tdT.width = 500;
			
		}
