// JavaScript Document

function MsgBox() {
	alert ("Artists represented by Elastic are provided with individual login details.\n\nThrough logging into our back-office system, Artists can view their upcoming bookings and review their contracts.") 
}

function MsgBox2() {
	alert ("Please note that this service is not yet operational") 
}

function getInfo(id) {
	var answer = confirm("Are you sure?")
	if (answer){
		window.location = "?choice=deleteagent&id=" + id
	}
} 

function getInfo2(id) {
	var answer = confirm("Are you sure?")
	if (answer){
		window.location = "?choice=deleteartist&id=" + id
	}
}

function getInfo3(id) {
	var answer = confirm("Are you sure?")
	if (answer){
		window.location = "?choice=deletenews&id=" + id
	}
}

function getInfo4(id) {
	var answer = confirm("Are you sure?")
	if (answer){
		window.location = "?choice=deleteaudio&id=" + id
	}
}