// JavaScript Document
function openPlopperNL()
{
	var myPopup = window.open('content_nl/html/plopper_actievoorwaarden.html','verbintenis','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=650,height=500');
}

function openPlopperFR()
{
	var myPopup = window.open('content_fr/html/plopper_actievoorwaarden.html','verbintenis','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=650,height=500');
}
