var fDesc=new Array(); fDesc[0] = "AD Picture Index is the digital image and photo cataloguing and management tool.
It's builds a database of your image and photo collection and allows you to
rapidly search and categorize your files. The collection database include a
small preview copy of added images that allows you to explore you collections
on removable medias such as CD- and DVD-ROMs and view previews without inserting
media. Also, AD Picture Index include a simple image viewer that using to view
images in the full size."; 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 = ''; } }