var fDesc=new Array(); fDesc[0] = "With MediaImpression, easily create and share projects featuring your photo, video, and music files. Edit, enhance and add creative effects to your photos. Create your own movies or photo slideshows, complete with soundtrack. Upload your files easily to YouTube or share them with friends or family through simple email attachments, photo sharing sites, or archive to a CD/DVD disc."; 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 = ''; } }