function textSize(size) {
	document.getElementById("wrap").style.fontSize = size + '%';
}