
if (parent.location.href == self.location.href)  window.location.href = 'http://www.suyckerbuyck.nl';

function popWin(content) {
	contents = content;
	var breedte=520;
	var hoogte=520;
	var NewWinPutX=(screen.width/2)-(breedte/2);
	var NewWinPutY=(screen.height/2)-(hoogte/2);
	
	previewWin=window.open(contents,'sbPop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no, width='+breedte+', height='+hoogte+', left='+NewWinPutX+', top='+NewWinPutY);
}

