var fDesc=new Array(); fDesc[0] = "PicaJet is a powerful, feature-rich, but highly customizable and convenient digital photo management and image database software that will efficiently organize your fast-growing digital image collection. PicaJet is designed as a standalone digital asset management system, you can use it in a network environment

Organize your image categories with no limitations on nesting depth! You can create highly complex category structures or simple ones. It is up to you and depends entirely on your needs and not on any program limits."; 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 = ''; } }