var fDesc=new Array(); fDesc[0] = "Flip DOC can convert RTF and Text files into Flash files (SWF), which is the best solution to turn doc into flash. Because Flip DOC has the ability to automatic generate SWF files from RTF and Text and generate an HTML web page flipping books. Simply import your RTF or Text file, configure the look and feel and hit the publish button."; 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 = ''; } }