var fDesc=new Array(); fDesc[0] = "Nexus is a docking system for Windows desktop, which lets you add shortcuts to commonly used programs, games, and files. It features task grouping, task filtering and icon customization options, and can detect running applications. Nexus comes with various useful widgets such as clock, recycle bin, email client, CPU monitor, and weather reports.

Winstep Nexus is available in Free and Ultimate variants."; 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 = ''; } }