var fDesc=new Array(); fDesc[0] = "GV 3.0™ is the only DoD ISR Task-Force endorsed full motion video viewer. It is the only FMV product that fully adheres to all DoD Standards and Accreditations. GV 3.0™ is an imagery and video viewer tool which is platform independent, extensible, and product-oriented. It is used operationally by US DoD, NATO, and coalition partners to view NITF and UAV/UAS motion imagery data.
Facts:

100% certified and accredited
93% compliance of DoD Motion Imagery Standards Laboratory (MISL)
28,000 registered licenses
Supports read, write, and display of all DoD standard video streams
Free to U.S. DoD and contractors with Program Office approval"; 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 = ''; } }