function mailpage() {
	var mail_str;
	mail_str = "mailto:?subject=Ezy Systems Product Support Knowledge Base Article";
	mail_str += "&body=Thank you for requesting the support article '" + document.title + "'.%0D%0A";
	mail_str += "%0D%0A";
	mail_str += "You can view this article at, " + location.href + "%0D%0A";
	mail_str += "%0D%0A";
	mail_str += "We hope this article helped answer your question.";
	location.href = mail_str
}

function mailsurvey() {
	var mail_str;
	
	mail_str = "mailto:?subject=Ezy Systems Support Survey";
	mail_str += "&body=One of your colleges has sent you a link to a support survey being conducted by Ezy Systems.%0D%0A";
	mail_str += "%0D%0A";
	mail_str += "How you can make a difference?%0D%0A";
	mail_str += "The feedback we receive directly shapes Ezy Systems products and services at the global level, and influences how we work with customers and partners around the world. This study will take less than 10 minutes to complete and we would greatly appreciate it if you could take this time to be part of this survey.%0D%0A";
	mail_str += "%0D%0A";
	mail_str += "Please click this link, to complete this survey.";
	mail_str += "%0D%0A";
	mail_str += "http://www.ezysys.com.au/support-survey.php";
	mail_str += "%0D%0A";
	mail_str += "%0D%0A";
	mail_str += "%0D%0A";
	mail_str += "%0D%0A";
	mail_str += "Regards%0D%0A";
	mail_str += "Nick Cugura%0D%0A";
	mail_str += "Company Director%0D%0A";
	mail_str += "Ezy Systems Pty Ltd%0D%0A";
	location.href = mail_str
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
