var fDesc=new Array(); fDesc[0] = "Boa Script Font is available from Monotype Imaging for licensing and instant download. Click on the License link below if you are interested in Boa Script for including with a software or hardware product, or web server license. Click on the Download link below if you are interested in purchasing Boa Script for your use on personal computers."; 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 = ''; } }