var fDesc=new Array(); fDesc[0] = "This simple-to-use, free viewer is a flexible alternative to paper tables and allows you to receive, browse, print, share and store data from your suppliers, as well as copying and pasting numbers into documents in seconds.

Main features:
-Viewing and navigation of tables
-Formatted view with corporate house styles
-Copy and paste numbers directly to Excel, Powerpoint and Word
-Printing of Reports or sections
-Searching across studies for keywords and topics
-Viewing associated project documents"; 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 = ''; } }