var fDesc=new Array(); fDesc[0] = "Shelves is a small program, which provides a set of shelves (places) where you can place your links to applications or documents. It is a bit faster method to open programs this way and it helps to keep your desktop clear.
You can have maximum 9 active pull-out shelves, each with 12 link slots (optimum for 1024x768 resolution).
Links can be added by drag&drop method, or via the right-click popup menu.
You can switch between 3 languages (english/hungarian/slovak).
Shelves have fixed location on the left edge on the screen. The shelves set are hidden until you point with the mouse on the left corner of the screen. By single click on a shelf edge will pull it out, making links available.
When you switch it to allways-on-top mode, you will be able to start your applications fast, in almost all situation."; 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 = ''; } }