﻿function key_handler(){if(document.all)document.onkeypress=doKey;return}function doKey(){whichASC=event.keyCode;whichKey=String.fromCharCode(whichASC).toLowerCase();switch(whichKey){case "s":smaller_text();break;case "l":larger_text()}}