var fDesc=new Array(); fDesc[0] = "PlotCraft is simply a database for tracking all the ideas you might have. You have complete freedom as to how you categorize your ideas and there are several categorization options for you to easily find any idea at any given time. If that wasn't enough, it also comes with a built-in rich-text editor so that you can add your idea to the database with all sorts of formatting, fonts, colours and even use tables or hyperlinks so as to make sure that your idea gets recorded in all it's glory."; 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 = ''; } }