var fDesc=new Array(); fDesc[0] = "IDimager is an imaging software,complementary to your digital equipament.
This software gives the possibility to organize and locate your images. You can easily import and browse your images. Organize and describe your images by giving them logical names so you can sort and locate them quickly. Browse your images in a simple hierarchical directory structure."; 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 = ''; } }