function FormName( name)
{

if (name == "Gastenboek")
{
document.write('<FORM METHOD=POST ACTION="http://home.wanadoo.nl/cgi-bin/mailto/geenideeband/bericht_verzonden.htm?info@geenideeband.nl" onsubmit="return validate(this)">');
document.write('<TABLE BORDER=2 ALIGN=CENTER CELLPADDING=4 bordercolordark="#000030" bordercolorlight="#00A0FF">');
document.write('<TR>');
document.write('<input type="hidden" NAME="subject" value="Gastenboek formulier">');
document.write('<TD ALIGN=RIGHT><font face="Comic Sans MS" size="3">naam:</font></TD>');
document.write('<TD ALIGN=LEFT><INPUT TYPE=TEXT SIZE=24 MAXLENGTH=40 NAME="naam"></TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD ALIGN=RIGHT><font face="Comic Sans MS" size="3">e-mailadres:</font></TD>');
document.write('<TD ALIGN=LEFT><INPUT TYPE=TEXT SIZE=40 MAXLENGTH=80 NAME="email"><BR>');
document.write('<INPUT TYPE=CHECKBOX NAME="vinkie"><font face=verdana,arial size=1>&nbsp;ik wil NIET dat mijn e-mailadres<br>zichtbaar is in het gastenboek!</font></td>');
document.write('</tr>');
document.write('<TR>');
document.write('<TD ALIGN=RIGHT><font face="Comic Sans MS" size="3">homepage:</font></TD>');
document.write('<TD ALIGN=LEFT><INPUT TYPE=TEXT SIZE=40 MAXLENGTH=80 NAME="homepage"></TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD ALIGN=RIGHT><font face="Comic Sans MS" size="3">homepage titel:</font></TD>');
document.write('<TD ALIGN=LEFT><INPUT TYPE=TEXT SIZE=40 MAXLENGTH=80 NAME="homepagetitel"></TD>');
document.write('</TR>');
document.write('</TABLE>');
document.write('<BR>');
document.write('&nbsp;<TEXTAREA NAME="text" ROWS=10 COLS=60 WRAP=HARD>');
document.write('</TEXTAREA>');
document.write('<img src="images/spacer.gif" border=0 height=4 width="100%"><br>');
document.write('&nbsp;<input TYPE="SUBMIT" value="  Verstuur bericht  " target="info">');
document.write('<input TYPE="RESET" value="Maak alles blanco"><br>');
document.write('</FORM>');
}

if (name == "Email")
{
document.write('<FORM METHOD=POST ACTION="http://home.wanadoo.nl/cgi-bin/mailto/geenideeband/bericht_verzonden.htm?info@geenideeband.nl" onsubmit="return validate(this)">');
document.write('<td bgcolor="#000090"><input type="hidden" NAME="subject" value="Email formulier"><BR>');
document.write('<TABLE BORDER=2 ALIGN=CENTER CELLPADDING=4 bordercolordark="#000030" bordercolorlight="#00A0FF">');
document.write('<TR>');
document.write('<TD ALIGN=RIGHT><font face="Comic Sans MS" size="3">naam:</font></TD>');
document.write('<TD ALIGN=LEFT><INPUT TYPE=TEXT SIZE=24 MAXLENGTH=40 NAME="naam"></TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD ALIGN=RIGHT><font face="Comic Sans MS" size="3">e-mailadres:</font></TD>');
document.write('<TD ALIGN=LEFT><INPUT TYPE=TEXT SIZE=40 MAXLENGTH=80 NAME="email"></TD>');
document.write('</TR>');
document.write('</TABLE>');
document.write('<BR>');
document.write('&nbsp;<TEXTAREA NAME="text" ROWS=10 COLS=60 WRAP=HARD>');
document.write('</TEXTAREA>');
document.write('<img src="images/spacer.gif" border=0 height=4 width="100%"><br>');
document.write('&nbsp;<input TYPE="SUBMIT" value="  Verstuur bericht  " target="info">');
document.write('<input TYPE="RESET" value="Maak alles blanco"><br>');
document.write('</FORM>');
}

if (name == "Nieuwsbrief")
{
document.write('<FORM METHOD=POST ACTION="http://home.wanadoo.nl/cgi-bin/mailto/geenideeband/bericht_verzonden.htm?info@geenideeband.nl" onsubmit="return validate(this)">');
document.write('<input type="hidden" NAME="subject" value="Aanmelding nieuwsbrief">');
document.write('<table border=2 CELLPADDING=4 bordercolordark="#000030" bordercolorlight="#00A0FF">');
document.write('<TD ALIGN=RIGHT><font face="Comic Sans MS" size="3">e-mailadres:</font></TD>');
document.write('<TD ALIGN=LEFT>');
document.write('<INPUT TYPE=TEXT SIZE=40 MAXLENGTH=80 NAME="email"></TD>');
document.write('<TD><input TYPE="SUBMIT" value="  Verzend  " target="info"></TD></table>');
document.write('</FORM>');
}

}