var _FADE_COLORS = ['FFFCF4', 'FFF5E1', 'FFEDC4', 'FFE3A6', 'FFD988'];

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;
}
