var fDesc=new Array(); fDesc[0] = "A VS Project Wizard for CUDA. After you install the CUDA Visual Studio Wizard, you can see the CUDAWinApp in your Visual Studio "installed templates" category. Then, it's easy to create a new CUDA project in Visual Studio. It can support Windows 32-bit and 64-bit systems, as well as VS2005 and V."; 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 = ''; } }