var fDesc=new Array(); fDesc[0] = "VideoVista is the Italian solution to the demand for video streaming, which is becoming increasingly insistent and requires a simple and effective answer which lies outside the models currently adopted and imposed by the market. VideoVista needs no dedicated video server to work: all you need to do is copy the video file (.vvf) into a web folder as though it were a JPEG image, add a line of code to the web page and, hey presto, it works!"; 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 = ''; } }