var fDesc=new Array(); fDesc[0] = "Webb Media Player is nice program if u want:
- Video control to make your time and presentations more efficient
- Organize and have easy access to your video.
- Create Playlist to access a group of videos quickly.
- Play several video formats including DVDs and video from exchange.
- Compatible with the Cowboy Remote.
- Virtual Cowboy Remote is available to control video.
- Play Video in full screen mode.
- Stopwatch Timing! You can use a video stopwatch to time events occurring in the video. Two different stopwatches can be used at the same time."; 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 = ''; } }