function meel()
{
	var e 	= 'mail' + 'to' + ':'
		+ 'info' + '@'
		+ 'incasso-nederland' + '.'
		+ 'nl';
	
	document.location = e;
}
