function scr01(domein, id)		/*	invullen e-mail-adres t.b.v. functie sendmail	*/
{
	adres=(id + "&#64" + domein + "&#46" + "nl");
	document.write(adres);
}


function scr02(domein,id)		/*	invullen e-mail-adres t.b.v. Fietstocht 2010	*/
{
		adres=(id + "&#64" + domein + "&#46" + "nl");
		document.write("<a href='mailto:" + adres + "?subject=Fietstocht 2010'>" + adres + "</a>");
}


function sendmail()
{
	window.open('sendmail.php','','fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,directories=no,location=no,width=790,height=700')
}


function scr03(id)			/* invullen e-mail-adres in normale tekstsecties	*/
{
		adres=("szh" + "&#64" + "box" + "&#46" + "nl");
		document.write("<a href='mailto:" + adres + "'>" + adres + "</a>");
}

