var fDesc=new Array(); fDesc[0] = "VideoLive Mail helps to bring out the multimedia powers of your personal computer by letting you send creative, and more effective video mail. In partnership with a PC camera, users do not only have the ability to capture video and audio files, but also to save them in an advanced, highly compressed format saved in a convenient Windows Media Format (WMF), allowing recipients to view e-mail file(s) without the need for additional software."; 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 = ''; } }