var fDesc=new Array(); fDesc[0] = "Desktop Organizer is an application that allows you to categorize your desktop icons into manageable groups of commonly used applications or tools, it sits unobtrusively at the top or bottom left of your screen ready for you to activate whenever you need.

Options allow you to set the default startup page, the position, the opacity (alpha blend) level, the position of the tabs (top or bottom), font weight and color, height and width of page, the background color, to remove opacity on mouse capture, show status bar and move or copy short cuts to destination, allow editing of short cut or program names and move/copy one or more icons in drag drop operation."; 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 = ''; } }