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