function switchFactuuradres(object)
{
	document.getElementById('factuur_adres').style.display = (object.checked != true ? 'none' : 'block');
}
