
function ContentSize(size)
//ÎÄÕÂ×ÖÌåµ÷Õû
{
	var obj=document.all.content;
	obj.style.fontSize=size+"px";
}
