
function coursePopUp(id) {
        var location_url = 'http://www.montclair.edu/courses/course.html?crs_id=' + id;
        wnd = open("","PopUp","height=400,width=690,directories=no,toolbar=no,resizable=yes,menubar=no,scrollbars=1" );
        wnd.location = location_url;
}


