var _FADE_COLORS = ['f6f3ea', 'f6eed6', 'f6ebc8', 'f6e7b8', 'f7e3a5'];
var _FADE_EXCLUDE = ['top'];
window.onload = function() {
	frag_init();
};

function popWin(type) {			
	if (type == 'courseMap') {
		openwindow('coursemap.php','495','500','0','0','1','0','0','50','50');
	} else if (type == 'regConfirm') {
		openwindow('regconfirm.php','500','500','0','0','1','0','0','50','50');
	}
	return false;
}