var fDesc=new Array(); fDesc[0] = "BlueGriffon is a web and EPUB editor based on the rendering engine of Firefox. It inherits a variety of features from Netscape, Mozilla Composer, and Nvu. This tool lets you design HTML5 pages that includes audio, video, and forms. CSS 3 features including 2D and 3D Transformations, Transitions, Shadows, Columns, and Font Features can be used. It also comes with features such as Markdown support, FontSquirrel font manager, Google Fonts font manager, Table Layout Manager, Mobile Viewer, and Project Manager."; 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 = ''; } }