var fDesc=new Array(); fDesc[0] = "TweakPS is a tool that will allow you to do things that you cannot currently do in Photo Story 3. I am providing this tool to the community not just because people have asked for it, but because I had the need for such a tool myself.

This tool gives you the ability to do the following things on your project file:
- Apply a duration on every frame in your project file (other than 5 seconds).
- Remove all motion from your project (remove pans and zooms) but retain transitions.
- Randomize the order of your slides.

TweakPS will save a backup of your project file when it modifies the original."; 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 = ''; } }