var fDesc=new Array(); fDesc[0] = "This is a simple extension for Microsoft Internet Explorer which allows users to right-click on any image in the browser and send the picture to be edited at Picture2Life. It is perfect for those users who frequently use social networking Web sites or photo sharing/hosting Web sites that want fast and simple image editing, such as black & white, crop, rotating, and resizing.
You can edit your picture with just a single click or create picture collages with your favorite pictures from:Hi5, MySpace, Friendster, Flickr, PhotoBucket, ImageShack and so much 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 = ''; } }