var fDesc=new Array(); fDesc[0] = "The solution for fast and easy synchronization of two folders and the backup of your highly important data is here! SyncFolder can make your live easier, because it helps you with many common tasks and reduces the time for these tasks dramatically:

Update another computer
Get newest files
Synchronize your notebook before or after a journey, daily etc.
Update fileservers, webservers, etc. (also update more than one machine by grouping the single projects withthe group-editor)
Backup your important data with only 2 mouseclicks
Synchronize your computer with other computers to have the same version of files on different comouters"; 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 = ''; } }