// JavaScript Document

//Check the search form before submitting
function CheckForm () {

	//Check for a word to search
	if (document.frmSiteSearch.search.value==""){
		alert("Please enter at least one keyword to search");
		document.frmSiteSearch.search.focus();
		return false;
	}
	
	return true
}


function seav_exit_message(){
alert('Please note you are leaving the Sustainability Victoria website. The content of this link is not maintained by the Sustainability Victoria, and we cannot guarantee the accuracy of any information it may contain.')
}

function exit_message_partner(){
alert('Please note you are leaving this website and entering a partner website.');
}