function mailinglist(){
var m=window.open("","Mailinglist", "width=400,height=170");
    m.document.write('<html><head><title>De Atlantis Fan Mailinglist</title>');
    m.document.write('<meta http-equiv="refresh" content="60; url=javascript:window.close()">');
    m.document.write('<link href="style.css" rel=stylesheet type="text/css"></head>');
    m.document.write('<body bgcolor=#000E4D text=#C4CAE6 link=#7986BC vlink=#ACB3D1><center>');
    m.document.write('Schrijf je nu in op de Atlantis Fan Mailinglist en ontvang het laatste Atlantis Nieuws in je mailbox!<br><br>');
    m.document.write('<form action="http://users.pandora.be/cgi-bin/form.cgi" method="post">');
    m.document.write('<input type="hidden" name="DEBUG" value="0">');
    m.document.write('<input type="hidden" name="SUBJECT" value="Nieuwsbrief ADD">');
    m.document.write('<input type="hidden" name="MAILTO" value="nieuwsbrief@radio-atlantis.org">');
    m.document.write('<input type="hidden" name="MAILFILE" value="dade/atlantis/mailformnieuwsbrief.txt">');
    m.document.write('<input type="hidden" name="REPLYFAULT" value="index.htm"> ');
    m.document.write('<input type="hidden" name="REPLYOK" value="dade/atlantis/dankunieuwsbrief.htm">');
    m.document.write('Naam: <input type=text class=input name=naam value="Uw naam"><br>E-mail:<input type=text class=input name=MAILFROM value="Uw E-mail adres"><br><br><input type=submit class=input value=Verzenden name=submit><input type=reset class=input value=Reset name=reset>');
    m.document.write('<br><font size=1>Dit scherm sluit automatisch in <b>60</b> seconden</font>');
    m.document.write('</body></html>');
    m.document.close();
}

function mailhelp(){
var h=window.open("","Mail", "width=400,height=170");
    h.document.write('<html><head><title>Atlantis Mail</title>');
    h.document.write('<link href="style.css" rel=stylesheet type="text/css"></head>');
    h.document.write('<body bgcolor=#000E4D text=#C4CAE6 link=#7986BC vlink=#ACB3D1><center>');
    h.document.write('<b>Vraag je gratis @radioatlantis.zzn.com e-mail adres aan!</b><br><br>');
    h.document.write('Vul enkel je naam en voornaam in en klik op registreren, volg daarna de nodige stappen en jij hebt je eigen Radio Atlantis E-mail adres! Dit is een gratis dienst alla hotmail, je hoeft dus niets te betalen en kan je iedereen wijsmaken dat je bij Atlantis werkt!');
    h.document.write('<br><br><a href="javascript:window.close()">Scherm sluiten</a>');
    h.document.write('</body></html>');
    h.document.close();
}
function dancezonespam(){
var d=window.open("","DanceZone", "width=380,height=550");
    d.moveTo(100,30);
    d.document.write('<html><head><title>Zaterdag 9 juni @ La Rocca Lier</title>');
    d.document.write('<link href="http://users.belgacom.net/gc598563/style.css" rel=stylesheet type="text/css"></head>');
    d.document.write('<body bgcolor=#000E4D text=#C4CAE6 link=#7986BC vlink=#ACB3D1><center>');
    d.document.write('<img src="http://users.belgacom.net/gc598563/pics/dancezone.jpg">');
    d.document.write('<br><b>For free tickets, mail <a href="mailto:info@dancezone.be">info@dancezone.be</a></b><br><br><a href="javascript:window.close()">Scherm sluiten</a>');
    d.document.write('</body></html>');
    d.document.close();
}