//*** General Functions for Boehringer Ingelheim Personalising Cancer Care ***
	
function fnSubmitMessage() { //TO DO!!!
	if (confirm("Are you sure you wish to submit the form?\n\nCODE TO BE ADDED BY OTHER DEVELOPMENT COMPANY\n\nPlease press 'Cancel' so your message is not submitted")) {
		alert("THIS HAS NOT BEEN CODED YET!!!\n\nCode to process the form submission must be added!!!\n\n");
		alert("But if required I could add the code for this \n\n- Richard A");
	}
}