﻿// JScript File
function exit() {
    if  (confirm("Are you sure you want to exit the course?")) {
			window.close();
	}
}