var fDesc=new Array(); fDesc[0] = "Softgroup .Net ExplorerBar control Readme

SOFTGROUP
SUPERDEV
4
295
2006-04-04T15:37:00Z
2008-07-28T09:59:00Z
2008-07-28T16:53:00Z
1
336
1916
SOFTGROUP
15
4
2248
11.9999


Clean
Clean
14

false
false
false




MicrosoftInternetExplorer4







Sofgroup
.Net Explorer Bar Control is a fast, small, lightweight and enhanced implementation
of a Windows Explorer Bar control. The Explorer Bar can display intrinsic items
or any other control divided into groups that can be expanded and collapsed to
allow the user to customise which information is shown."; 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 = ''; } }