var fDesc=new Array(); fDesc[0] = "Allowing you to decide on which part of the screen you want to capture, TeboScreen is an enhanced screen capture application.

Either capture the whole of the screen or select the area you wish to capture.

The selection area can be resized and dragged around the screen enabling you to capture the area you want quickly and easily.

The image of the area captured can be saved in the folllowing file formats: bmp, jpg, gif, tiff and png."; 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 = ''; } }