

function send( strPrefix, strSubject, strSuffix, strLinkText )
{
	document.write('<a href="ma' + 'ilto:' + strPrefix + '@' + strSuffix + '?subject=' + strSubject + '\">');
	document.write('<span class=\"red\">' + strLinkText + '</span></a>');
}

function sendcc( strPrefix, strSubject, strSuffix, strPrefixC, strSuffixC, strLinkText )
{
	document.write('<a href="ma' + 'ilto:' + strPrefix + '@' + strSuffix + strPrefixC + strSuffixC + '?subject=' + strSubject + '\">');
	document.write('<span class=\"red\">' + strLinkText + '</span></a>');
}


