function getURL(url, target) {
	window.location = "index.cfm?fuseaction=" + url;
}
function getConfirmation(mssg) {
	if(confirm(mssg)) {
		return true;
	} else { return false };
	
}

