function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function writeEmailAddress(sUser, sDomain, sSuffix, sSubject) { 
	document.write('<a href="' + 'mai' + 'lto:' + sUser + '@' + sDomain + '.' + sSuffix);
	if (sSubject != "") document.write("?subject=" + sSubject);
	document.write('">' + sUser + '@' + sDomain + '.' + sSuffix + '</a>'); 
}