function nosp(tld, n, d)
{ 
	window.location="ma"+"il"+"to:"+n+"%40"+d+"%2e"+tld;
	return false;
}

$(document).ready(function()
{
	$(".twitem .twbody").hide();
	$(".twitem .twheader .twpijl.down").show();
	$(".twitem .twheader").click(function(){
		$(this).siblings(".twbody").slideToggle(300);
		$(this).children(".twpijl.down").toggle();
		$(this).children(".twpijl.up").toggle();
	});
	$(".twitem .twheader").css("cursor", "pointer");
});
