var fDesc=new Array(); fDesc[0] = "HSS Interlink™ - premier File Upload and Download control library for Silverlight that can be added to any Silverlight or ASP.NET web application. See the features list below for more details.

Though HSS Interlink™ contains complete Silverlight controls and infrastructure; you are required to implement your own file access handlers as appropriate for your specific file storage needs such as persistence to a file system or database. HSS Interlink™ encapsulate 95% of the complexities of building your File Upload/Download application, by providing the Dialogs, Client/Server communications and base handlers, thereby reducing the amount of code and complexities in your application."; 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 = ''; } }