function openPopup(location, width, height) {
	var popup = window.open(location,'','scrollbars=no,menubar=no,height='+height+',width='+width+',resizable=yes,toolbar=no,location=no,status=no');
}

//only because the cms editor screws up the javascripts
function openSol() {
	var location="http://chevalier.nl/nl-NL/contactform/vacatures/";
	var width=400;
	var height=500;
	var popup = window.open(location,'','scrollbars=no,menubar=no,height='+height+',width='+width+',resizable=yes,toolbar=no,location=no,status=no');
}