var fDesc=new Array(); fDesc[0] = "World Tools is an InDesign plug-in for CS4, that allows designers using InDesign, to work on right-to-left languages and writing scripts – especially Arabic and Hebrew. World Tools Pro supports CS5 and later and has all the functionality of World Tools, plus the functionality needed to properly compose Far Eastern Scripts including Chinese, Japanese, and Korean languages. Additionally, World Tools Pro offers a Composite Font Editor for creating custom composite fonts which automatically uses your choice of the font for each writing script you are using to compose your text."; 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 = ''; } }