function setsize(n) { var c=document.getElementById("morepage"); if (c) c.style.fontSize=n+"px"; } function showinput() { document.write(''); document.write('A A A '); } showinput();