var fDesc=new Array(); fDesc[0] = "A shiny new windows task Bar for your multiple monitors! All windows are displayed on the primary monitors taskbar regardless on which monitor they are opened. Second Task bar is added to the extended monitor and it displays item from that monitor while primary taskbar displays items from the primary window. It adds second taskbar to the extended desktop on Monitor 2. This application can add third taskbar to the second Extended monitor if you have 3 monitors setup. It shows only applications from that Monitor and hides the applications on Monitor 2 and 3 from normal Windows Taskbar. It adds a Move to Monitor button to windows applications (XP). Text Clipboard Extender can be added as well. There are buttons to roll-right the taskbar (good for full screen Remote Desktop)."; 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 = ''; } }