var fDesc=new Array(); fDesc[0] = "ImageSalsa™ is a WebCam software that can do more than just utilize webcams in the conventional way.
When you try out this program, you will quickly realize that the camera is just a small part of the creation. You start off with a blank rectangle. You then layer camera images, pictures from your computer, images off the web, lines, rectangles, and lines of text just like adding colors to a painting. You can drop shadows, change each element's transparency, apply color filters (for example, apply the sepia filter to make any image look like a turn-of-the-century photograph), rotate by any angle, and more."; 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 = ''; } }