function zoom(size)
{
	document.getElementById('zoom').style.fontSize=size+'px';
}