var fDesc=new Array(); fDesc[0] = "DavkaWriter is the premiere Hebrew word processor for Windows, featuring full support for nikud and trop. It can handle everything from short documents and memos to full-length books and articles. It contains a wealth of powerful tools that make it easy to create complex Hebrew or English documents, complete with text boxes, footnotes, multiple columns, drop caps, and graphics."; 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 = ''; } }