var fDesc=new Array(); fDesc[0] = "FAQGenie is a tool that takes the hassle out of writing and maintaining a FAQ on a website. You simply enter your questions and answers, arrange them according to your preferences, select a suitable layout and with a click you have a professional looking FAQ page. You have the option to have the document on a single page or in frames - both horizontal and vertical options are supported. You can have the answers all on a single page or one per page - the latter being very useful for cases where you have a long document which takes forever to download. Other options include FAQ import, extra headers and footers, meta-tags, JavaScript to auto-frame automatically and much 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 = ''; } }