function triggermail()
	{
	var domain = document.domain;
	var url = document.URL;
	var location = escape(url.substring(url.indexOf(domain)+domain.length));
	var title = escape(document.title);
	var fullurl = '/foxtrot/svc/mailform?file=' + location + '&title=' + title + '&site=' + escape('Materials Update');
	window.open(fullurl,'sendafriend','width=450,height=600,resizable=yes,location=no,menubar=no,scrollbars=no,personalbar=no,status=yes');
	}