
function ChangeColor(id, color)
{
	document.getElementById(id).style.color = color;
}

function ChangeColorBack(id, color)
{
	document.getElementById(id).style.color = color;
}

function loadPhoto(foto)
{
	$(".fotobig").attr('src', foto);
}

function popitup(url, height, width)
{
	newwindow=window.open(url,'name','height='+height+',width='+width+',menubar=no,status=yes,toolbar=no,scrollbars=no');
	if (window.focus) {newwindow.focus()}
	return false;
}

$(document).ready(function()
{
	$(".u-zoekt-een-koper .overviewmenuitems li .menuitemdesc .leesmeer").html("<br /><img src='/images/siteimages/mijnwoningpasthierbij.png'>").addClass("mijnwoning");
	

});
