function fontSize(s) {
	e = document.getElementById("page_content");
	e.style.fontSize = 11 + s + "px";

}
