var fDesc=new Array(); fDesc[0] = "Using the font is simple. Just select the Harvey Balls font from your application (just like you would select Times or Arial). When you are using the Harvey Balls font, you can draw any of the balls by typing the numbers 0-9.The neat thing about using it in Excel is that you can make the Harvey Balls variable by making a formula that results in a number from 0-9. Like any other font, you can also change the size/colour."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }