function EAddr(SendTo,Show) {
  var S1 = "@";
  document.write("<a href='" + "mailto:" + SendTo + S1 + "osst.us'>");
  if (Show == null) {
     document.write("E-Mail to " + SendTo + "</a>");
	 }
  else {
     document.write(Show + "</a>");
	 }  
return true
}