﻿function font_plus(id)
{
	document.getElementById(id).style.fontSize=document.getElementById(id).style.fontSize+1;
}
