var fDesc=new Array(); fDesc[0] = "XYZ Data Viewer is a Excel table to 3-D graph converter. It provide easy way to analyze a variety of tabular data from Microsoft Excel in the view of 3-dimensions graph. With this tool You can view and examine your data as a three-dimensional object in three-dimensional space, by manipulate the 3d object on the program screen. You can save this 3d graph as a file and upload it later when needed."; 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 = ''; } }