 courseChangeWin = "";
 function openWindow(type, width, height)
 {
	courseChangeWin = open(type, "", "top=100,left=100,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height);
	return false;
 }