function setSize(n){
	/*alert ("hello");*/
	
	document.getElementById('bfi-body').style.fontSize= n +"em"; 
}

