function triggermail()
	{
	var url = escape(document.URL);
	var title = escape(document.title);
	var fullurl = "../sendafriend/sendafriend.html?url=" + url + "&title=" + title;
	window.open(fullurl,'sendafriend','width=450,height=550,resizable=yes,location=no,menubar=no,scrollbars=no,personalbar=no,status=yes');
	}

