var fDesc=new Array(); fDesc[0] = "ScreentoTV can transmit pictures from your personal device to a TV screen. It can be helpful for employees in doing presentations on the big screen or projector. This program provides a window with various shortcut buttons to open files, access YouTube, access inbuilt web browsers, draw over the images, etc.

ScreentoTV is available in Home, Pro, and Session editions. Pro version has all the features of Home edition; it can also handle PDF and MS Office files. The Session version can separate audio and video streams, and has additional graphic functions."; 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 = ''; } }