var iVrijstelling;

function BepaalTarieven(periode) {
	if (periode == 2012) {
		iVrijstelling = 4527;
	} else if (periode == 2011) {
		iVrijstelling = 4451;
	} else if (periode == 2010) {
		iVrijstelling = 4424;
	} else if (periode == 2009) {
		iVrijstelling = 4341;
	} else if (periode == 2008) {
		iVrijstelling = 4268;
	} 
}


