function mkEmailLink(fullName, linkText)
{
	document.write("<a href=\"#\" onClick=\"window.open('../../../mailproxy/compose.php?fullName="
		 + escape(fullName)
		 + "&validReplyEmail=1','ComposeEmail','width=500,height=550')\">"
		 + linkText
		 + "</a>");
}
