var fDesc=new Array(); fDesc[0] = "Skix™ is a light and easy-to-use tool which... breaks pictures in pieces! It is a good solution for those who wish to save their photos from stealing from Web. Skix breaks the picture to small chunks, so 'Save Picture As...' button cannot be used to save the whole picture anymore.

Besides smashing the picture itself, SKIX also generates the corresponding HTML code, so the original HTML documents can be modified to use the smashed picture with ease."; 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 = ''; } }