var fDesc=new Array(); fDesc[0] = "Popcorn Screen Saver is an animated screen saver that brings the images of popcorn literally..POPPING on your screen. Popcorn Screen Saver features digitally scanned popcorn imagery for realistic graphics! You can control how many popcorn kernels are on the screen along with their chances of popping. Optional background music can be played in the background during this screen saver."; 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 = ''; } }