var fDesc=new Array(); fDesc[0] = "It's your life: record it, share it, save it. RCA makes it easy and fun, with RCA Memory Manager software built in to our camcorders, for Mac and Windows. This software lets you view, edit, share and save your videos and photos in minutes. Both camcorder and software work hand-in-hand on either a Mac or PC (Windows XP or Vista), so you can make the most of your RCA camcorder.

Upload and share your video clips with friends. RCA Memory Manager makes it easier than ever to share via YouTube, Box.net, Facebook, Flickr and Vimeo."; 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 = ''; } }