var fDesc=new Array(); fDesc[0] = "Capture all your screen or part of it.
Cut the image.
Add the lines, arrows, rectangles, text on the image.
Resize the image.
Choose any colour of the border and any size you need for your picture .
Save the screen shots in Jpg/png.
Open Images in Jpg/Png.
Copy/Paste the image in the clipboard.
Send the image via email.
Create your composition using multiple images, save or print it."; 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 = ''; } }