var fDesc=new Array();
fDesc[0] = "This program will enable you to display data in the colored 3D chart. The program uses the 3D graphics library to display data in the 3D chart.
Main Features
- Easy import of data from the TXT file.
- Fast 3D graphics.
- Colored scale.
- All properties of the chart can be edited.
- Increasing data density using a filter (only for basic 3D chart).
- Reducing data density (only for basic 3D chart).
- Chart is copied as an enhaced metafile and can be used in other programs.";
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 = '';
}
}