var fDesc=new Array(); fDesc[0] = "It greatly simplifies the task of keeping in order your growing media collection.
The software can perform different tasks, the primary of which is taking photos and videos from your camera or other device (PC Drive, flash, memory cards etc..), and copying/moving them to a chosen destination at the same time performing an automatic rename by subject, date or other criteria. It also creates all the necessary folders, using the specified ordering criteria."; 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 = ''; } }