// JavaScript Document
function fontZoom(size)
{
 document.getElementById('fontZoom').style.fontSize=size+'px'
}
document.write('<div align="right">¡¾<A'); 
document.write(' href="#" onclick=document.execCommand("print")>´òÓ¡</A>¡¿¡¾<A ');
document.write('            class=black href="javascript:window.close()">¹Ø±Õ</A>¡¿</div>');