function mailer(outp, lang, name) {
	
	switch(lang)	{
		case '_nl':
			titel = 'voor contact met de webmaster moet javascript enabled zijn' ;
		break ;
		case '_gb':
			titel = 'to contact the webmaster you need javascript enabled' ;
		break ;
	}
	switch(name){
		case 'hans':
  			adN = 'jgs97531'
  		break    
		case 'henk':
  			adN = 'hs827364'
  		break
	}
	
	adE = ( unescape( '%40') + 'houtdraaienindehaarlemmermeer.nl' ) ;
	adE=('\"mailto:' + adN + adE ) ;
//	adE=( adE + '\"?subject=website\"' ) ;
	
//	document.write('<a href=' + adE + ' title = \"' + titel + '\" style=\"color:red;font-weight:bold;\">' + outp + '</a>') ;

	document.write('<a href=' + adE + '?subject=from website\" style=\"color:red;font-weight:bold;\" title=' + titel + '>' + outp + '</a>')
//-->
}
