var fDesc=new Array(); fDesc[0] = "Print2Flash lets you easily convert any printable document (e.g. a Microsoft Word or PDF document, a PowerPoint presentation or an Excel spreadsheet) to an Adobe ® Flash ® file (file with SWF extension) or to an HTML page or SVG file. This file can be shared with users who don't have the software that created the original document (for example, Microsoft Word). You can view such files with virtually any web browser or Adobe ® Flash ® Player that is available across a number of operating systems. And these files can be easily published on the Web as well for fast and easy access to them from anywhere across the globe."; 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 = ''; } }