var fDesc=new Array(); fDesc[0] = "Download 40 Free Fonts from Summitsoft - includes commercial license so you can use these fonts for any project - personal or for profit! These are a handpicked selection that were exclusively designed by our SummitType Font Foundry from our thousands of top designer fonts. These fonts are the highest quality OpenType format and are 100% compatible with all applications. Our fonts include full character sets including international and foreign language symbols and special characters."; 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 = ''; } }