var fDesc=new Array(); fDesc[0] = "Anyone can easily create their own Screen Saver with an unlimited number of graphics and music. Supported file types include bmp, jpg, jpeg, wmf, dib, ico, gif for graphics and mp3, wav for music. Of course if you'd rather not have the music just remove them from the play list. Options for both play lists are play random, play in order or adjust the order your self. Automatically centers any size graphic from Wallpaper to your favorite Photographs."; 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 = ''; } }