var fDesc=new Array(); fDesc[0] = "Download this complete collection of hundreds of the greatest fonts to enhance any project! Download all the different fonts in one file and use them immediately! EZ Fonts is great for making greeting cards, business proposals, presentations, newsletters, etc.
Features:

* Collection of hundreds of unique fonts
* Download all the fonts in one file
* Fonts automatically integrate with Microsoft Office
* Easily preview all of the fonts
* Enable and disable fonts with the click of a button
* Totally free"; 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 = ''; } }