/* FUNCTIONS FOR SCREEN - VideoTemplate */

function fn_deletetemplate (title,linkURL) {
	if (confirm('Are you sure you wish to delete the [' + title + '] programme?')) {
		document.location.href = fn_EncryptURLParamsJS('videotemplateedit.cfm', linkURL);
	}
}

