var fDesc=new Array(); fDesc[0] = "Memeo Share is designed for families and friends needing to share their most valuable photos and videos to each other and not the whole world. With Memeo Share, you aren’t just sharing a link to an online website so people can go look at photos, you’re actually sending the original files directly to family and friends’ computers. A couple of our favorite Memeo Share features:

- Send multiple photos and videos to multiple people simultaneously
- Deliver full quality photos and videos to everyone’s computer, no resizing necessary
- Automatically receive new photos and videos from your friends directly on your desktop
- Leave comments for friends and family to see without logging onto a website
- Create slideshows, screensavers, rate and tag photos directly from your desktop"; 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 = ''; } }