var fDesc=new Array(); fDesc[0] = "WCFStorm is a program designed for testing both WCF and Web Services. It supports all bindings (except webHttp) including netTcpBinding, wsHttpBinding and namedPipesBinding. It also lets you create and functional and performance test cases thus ensuring that your WCF Services are bug-free and functioning exactly as you've designed."; 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 = ''; } }