var fDesc=new Array();
fDesc[0] = "Fonts are crucial to your creativity – but don’t let them get in the way of your best work. Suitcase Fusion 3 helps you quickly find the perfect font seamlessly from within your favorite design application and use it anywhere – even on the web!
Main Features :
- Suitcase Fusion™ is the creative professional’s font manager
- Reliable Auto-activation
- Powerful Interactive Previews
- WebINK Enabled
- Locate Fonts Fast
- Secure Font Storage
- Font Corruption is in Check
- FontDoctor™ utility
- Customized Font Sets";
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 = '';
}
}