﻿function doZoom(size)
{
	document.getElementById('zoom').style.fontSize=size+'px';
	     
}
function reviewer(id)
{
	//alert(id);
	Form1.rereview.value=id;
	     
}
function subto()
{
if (Form1.review.value!="")
{
alert("提示：留言信息约30分钟后才能显示！")
Form1.submit();
}
else
{
alert("请填写评论内容！");
Form1.review.focus();
}
}
