var fDesc=new Array(); fDesc[0] = "Microsoft Visual Studio 2012 Express RC for Windows 8 is your tool to build Metro style apps for Windows 8. It includes the Windows 8 SDK, Blend for Visual Studio, and languages and templates in JavaScript, C , C# and Visual Basic. Note: you must first install Windows 8 Release Preview for this to work properly."; 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 = ''; } }