var fDesc=new Array(); fDesc[0] = "TransType can convert fonts between Mac and Windows, and between all major font formats: PostScript, TrueType and OpenType. TransType supports batch conversion so users can convert hundreds of fonts at a time, even directly from Stuffit (.sit) archives. With TransType Pro, you can convert your fonts into the new universal OpenType format with Unicode encoding to make them compatible with the newest versions of Adobe Creative Suite, Microsoft Office and Apple iWork. TransType Pro even automatically adds some OpenType typographic features such as ligatures or fractions!"; 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 = ''; } }