var fDesc=new Array(); fDesc[0] = "LeoMoon :: Persian Type True Typist aka Persian TTT is a very simple but yet powerful program that will help you to type in Persian in ANY graphic program (like 3ds max, Flash, Photoshop, ...) and it is loaded with LOTS of beautiful persian fonts. Is very useful for users that want to type Persian texts in graphic applications."; 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 = ''; } }