var fDesc=new Array(); fDesc[0] = "MovieSlider is a free program which creates slideshow from video of any format. Just specify favourite film and required quantity of frames to receive a small executable file with the information about video, which you can send to a friend. Watching for a few minutes slideshow will allow him to receive representation about a film action, find out favourite actors, define quality of video and receive other information, not downloading huge video."; 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 = ''; } }