 var L = unescape("%22");

function mailen(titel)
{
 document.open();
 document.writeln("<html><head><link rel=stylesheet href=style.css type=text/css></head><body>");
 document.writeln("<center><h2>");
 document.writeln(titel);
 document.writeln("</h2><center>");
 document.writeln("Dieses MIDI habe ich nur in meinem privaten MIDI-Archiv.<br>Ich kann es dir aber mailen<br><br>");
 document.writeln("<table bgcolor=#4B9696 bordercolordark=#0A6383 bordercolorlight=#0A6383 align=center border=2 cellpadding=5 cellspacing=0 ><tr><td>");
 document.writeln("<FORM METHOD=POST ACTION=/cgi-bin/formular.cgi TARGET=_top>");
 document.writeln("<INPUT TYPE=hidden NAME=fp_name VALUE=Tobe>");
 document.writeln("<INPUT TYPE=hidden NAME=fp_email VALUE=tobe@gmx.ch>");
 document.writeln("<INPUT TYPE=hidden NAME=fp_danke VALUE=http://musik.freepage/tobe-musik/index3.html>");
 document.writeln("<INPUT TYPE=hidden NAME=Titel VALUE=Mail-Mir-MIDI>");
 document.writeln("<INPUT TYPE=hidden NAME=Song VALUE=" + L + titel + L + ">");
 document.writeln("Emailadresse:<br><INPUT TYPE=text NAME=E-Mail SIZE=50><BR><br><center><INPUT TYPE=submit VALUE=Bestellen>");
 document.writeln("</FORM></td></tr></table></body></html>");
 document.close();
}