var fDesc=new Array(); fDesc[0] = "VisualHG indicates file status within the project files tree of MSVC, tracks adding, moving and renaming of file actions. Give you dialogs for committing changes, viewing detailed status of files and history and many more. Using TortoiseHG as its backend, everything directly from your workspace via context menu and a toolbar.
It's compatible with MSVS 2005, MSVS 2008 and also MSVS 2010 RC."; 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 = ''; } }