var fDesc=new Array(); fDesc[0] = "The photos that you love to share, view and enjoy are currently hidden away in your computer like a digital shoe box.

PicMe is a tool for letting you easily see, view, share and enjoy your thousands of pictures. PicMe makes it easy to share a lifetime collection of photos quickly and securely with friends and family, right from your desktop.

PicMe uses 3D stacks to allow you to see 1000s of photos at once. You have to try it to see for yourself."; 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 = ''; } }