/* Een flyer in de nieuwsrubriek openen */
function fixedSize(url,name,features) {

	win = window.open(url,name,features);
}

