window.defaultStatus = "MargaKlumper.nl";

function ToolTipOn(divId) {
	document.getElementById(divId).style.visibility = 'visible';
}

function ToolTipOff(divId) {
	document.getElementById(divId).style.visibility = 'hidden';
}

function Plaatje(content) {
	window.open("http://www.margaklumper.nl/popup.asp?c="+content,"Nieuw","fullscreen=yes,scrollbars=no,resizable=yes,top=0,left=0");
}