var fDesc=new Array(); fDesc[0] = "RustemSoft provides the common controls, showing date/time and numeric text boxes with simple and easy-to-manage properties. The program provides end-users a computer with an easy-to-use interface.
RustemSoft.Controls is a .NET class library with several powerful controls, fully integrated with the Microsoft Visual Studio .NET IDE and especially designed for easy inserting and arranging data on your customer .NET Windows Forms."; 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 = ''; } }