var fDesc=new Array(); fDesc[0] = "Photo sharing with digital camera in a slide show format with friends and family has never been easier. Your photo sharing can be done as either a stand alone slide show or as a screen saver slide show or both. Sharing photos on a CD-ROM slideshow is easy. The software includes a utility that will help you create a slide show that starts automatically when your CD-ROM is inserted into the computer. You can even create a single file installation program that will install your slide show automatically."; 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 = ''; } }