var fDesc=new Array(); fDesc[0] = "HS Download is an HTTP client library and Web download SDK for Windows and Linux. HS Download is implemented in C/C and allows a programmer to download files from web servers using a standard DLL API or HTTP client C static library. HS Download Library can be used from C/C , C Sharp, VB or other languages. A programmer can use a standard windows DLL interface, a C Sharp wrapper DLL exposing a .NET class or a static HTTP client C library directly from a C/C application on Linux or Windows."; 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 = ''; } }