function printpage(id)
{
	window.open('/ajax/printfriendly.php?id='+id,'Printvriendelijke versie','resizable=yes,toolbar=yes,status=no,menubar=yes,location=no,scrollbars=yes,copyhistory=no') 
}

function sendfriend(id)
{
	window.open('/ajax/sendfriend.php?id='+id,'Stuur naar een vriend','width=300,height=300,resizable=yes,toolbar=no,status=no,menubar=no,location=no,scrollbars=yes,copyhistory=no');
}
function showTab(id){
var v_id = document.getElementById('visible_id').innerHTML;
		document.getElementById(v_id).style.display = 'none';
		 document.getElementById('visible_id').innerHTML = id;
 	document.getElementById(id).style.display = 'block';
}
