<script type="text/javascript">
function doZoom(size) {
var zoom = document.all ? document.all[entry] : document.getElementById(entry);
zoom.style.fontSize = size + px;
}
</script>
xiaoming