var fDesc=new Array(); fDesc[0] = "cViewIMAGE is a COM data driver that can reference an image file in a field and return the embedded image to use in your report.

This is a very handy utility--we all know a picture is worth a thousand words. And that's why cViewIMAGE is one of our most popular products. Why not add that power to your Crystal Reports? The better your reports look, the better you look!"; 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 = ''; } }