var fDesc=new Array(); fDesc[0] = "Designed to create Flash flipping books from MS Word documents, aXword makes it easier to publish and share Word files online, and to turn plain document reading into digital page flipping styles. Import, Convert and Share. You can convert MS Word files to flash flipping books just in minutes."; 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 = ''; } }