
function send2(s){
	var m1="mai", m2="lt", m3="o:";
	var p1="pax", p2="x&#", p3="64;g", p4="mx.";
	s=s.replace(/ /g,"");
	s=s.replace(/,/g,"");
	s=s.replace(/\*/g," ");
	s=s.replace(/#/g,"@");
	s=s.replace(/!/g,".");
	window.status="["+s+"]";
	var nw=window.open("","mwin","top=0,left=0,width=600,height=360"
		+ ",dependent=yes,toolbar=no,menubar=no,status=no");
	nw.document.open("text/html");
	nw.document.writeln('<div style="font-family:sans-serif; font-size:14px">'
		+ '<p><B>Präventiver Spamschutz</B>'
		+ ' <br>gegen das automatische Durchforsten von'
		+ ' Webseiten nach Mail-Adressen.</p>');
	nw.document.writeln('<p><b>Ausgewählte E-Mail-Adresse</b>:</p><p>'
		+ '<a style="font-size:16px; font-weight:bold; color:midnightblue" href="'
		+ m1 +m2 +m3 +s +'">' +s +'</a><br>&nbsp;<p>');
	nw.document.writeln('<p><B>Optionen</B>:<br><I>Linker Mausklick</I>: Mail verfassen und senden'
		+ ' (falls Ihr Mailprogramm diese Funktion unterstützt).<br><I>Rechter Mausklick</I>:'
		+ ' Adresse für spätere Verwendung in die Zwischenablage kopieren</p>');
	nw.document.writeln('<p><a href="javascript:this.close()">Fenster schließen</a></p>'
		+ '<p>&copy; ' + p1+p2+p3+p4 +'net 06/2003</p></div>');
	nw.document.close(); 
	nw.focus();
	//top.location.href="mailto:"+s;
	};  


function send21(s){
	s=s.replace(/ /g,"");
	s=s.replace(/,/g,"");
	s=s.replace(/#/g,"@");
	s=s.replace(/!/g,".");
	window.status="["+s+"]";
	top.location.href="mailto:"+s;
	};  

