var fDesc=new Array(); fDesc[0] = "SwiftScreen is the flagship program of the Swift program line from Swift Team. It combines user friendliness with creative functionality to bring you one of the simplest, easy to use screencapture and crop programs available.
Press "Ctrl Space" to freeze your screen and select the part of your screen you want to save, copy, or both. Open the SwiftScreen application and follow the instructions under the tab labeled "Instructions.""; 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 = ''; } }