var fDesc=new Array(); fDesc[0] = "Media Event Organizer sorts your pictures based on when they were taken by you into events even if you previously placed them into one large folder.

For example, let's say this weekend you take photos at a wedding. You do not transfer it to your computer just yet. The next weekend, you go hiking and take photos. When you get back, you then transfer the images to your computer. When you do so they usually end up in one big folder, say "Wedding and Hike".

Instead of the images being in one big folder, Media Event Organizer will automatically arrange them for you into two events -- one for the first weekend and the second for the second weekend. And it will automatically put them in two separate folders on your computer automatically.

It does this by recognizing the gap between the two events, the time duration of which is configurable.

Besides, the pictures can be anywhere on your system. Media Event Organizer will find, sort through the list and place them into structured folders."; 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 = ''; } }