var fDesc=new Array();
fDesc[0] = "Download 10 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 was 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.
Each and every font we have designed is unique and includes a variety of styles including basic, script, headline, creative, modern, fun, handwriting, tech, cursive, classy, retro and so much more.";
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 = '';
}
}