var fDesc=new Array(); fDesc[0] = "Ever working on a project with colleagues and you are doing alot of work on a file and you want to have a version history of the files? Most users will simply copy and paste the document into the current folder which create a mess of files which are difficult to go back to?

FlexCrew has created File SnapShot which is a utility that allows you to right click on a file, and take a snapshot of a file. Instead of messy folders, you get a copy of the file with a date and can even add your initial do the doc (if you are sharing the file through e-mail)."; 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 = ''; } }