var fDesc=new Array(); fDesc[0] = "Extensis Suitcase Fusion 6 allows you to create, manage and organize fonts. This app automatically brings your font collection into Adobe Creative Cloud and QuarkXPress apps through plug-ins and panels. Your fonts are also no longer locked to a single machine by archiving & restoring your font collection via a connection to cloud file services such as Dropbox and Google Drive."; 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 = ''; } }