var fDesc=new Array(); fDesc[0] = "Secondary Display Video Player is a multimedia player for dual display setups.
Control the playback on one display and play at full screen on the other display.

As nVidia dropped support for secondary display full screen overlay support from GF8xxx and up, users will find this application as a work-around to watch videos at full screen on the secondary display, if connected through HDMI, HD videos can be played at full screen and resolution."; 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 = ''; } }