var fDesc=new Array(); fDesc[0] = "FogBugz for Visual Studio is an add-in that allows you to browse your current cases from inside the Microsoft Visual Studio IDE. It lets you collaborate across projects and teams, build data driven project schedules, view up-to-date project information, and integrate tracking with your source code."; 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 = ''; } }