var fDesc=new Array(); fDesc[0] = "WinSnap was originally designed to take simple snapshots of non-rectangular windows, such as windows with XP visual styles, skinned media players, etc. The software is now more advanced with professional smoothing shadows, coloring effects, canvas transformations, and automatic saving of images in various formats and more.

WinSnap can help you to easily make small thumbnail previews and full-sized screenshots for your weblog and homepage, visualize technical and educational materials, and send reduced-size images via 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 = ''; } }