function setSize(n){
	document.getElementById('wrapper').style.fontSize= n +"em"; 
}

