var fDesc=new Array(); fDesc[0] = "Video PlayStation is the Video Juke Box Channel software developed at Trinity Technologies for the Cable Television operators. It is a complete software that will let Cable Operators start their own Dial-A-Song or Near-Video-on-demand Channel. The computer at the Cable Operator's end running Video PlayStation will act as a Video Jukebox. Cable viewers will be able to demand Music Videos, Comedy Scenes, Important Information by dialing the computer through their telephone lines. Here the reverse path is the PSTN line. The requests will be queued and played one after the other. Video PlayStation also informs the viewers of the time when their demand will be played."; 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 = ''; } }