var fDesc=new Array(); fDesc[0] = "Virtu MVP is an optimized Lucid Virtu GPU virtualization program that makes your PC look better, respond faster, process video and media smoother, all within a low power environment. The program is designed for next generation AMD processor based platforms, as well as Intel Sandy Bridge and Ivy Bridge platforms with notebooks, all in one PCs and desktop motherboards flavors."; 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 = ''; } }