var fDesc=new Array(); fDesc[0] = "Jafar e Jame Explorer is a tool capable of creating The Book of Jafar e Jame from any standard or custom Abjad. The program allows you to: create new Abjads, browse the complete book with navigation bar, save the desired Safah as webpage/HTML or export an image, bookmark important Khanas for future reference and usage, mark/unmark Khanas with colors for easy reading and manipulation, and more"; 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 = ''; } }