var fDesc=new Array(); fDesc[0] = "SteelSoft TV is a small software that allows you to watch your favorite internet TV channels.
SteelSoft TV Features:
- It has PIP functionality.
- It can record as wmv files when play and preview, then you can play the file at your PC or windows phone.
- Management and collections functions of your favorite television station.
- Zoom in or out to play and preview.
- Minimize to tray."; 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 = ''; } }