var fDesc=new Array(); fDesc[0] = "1.Window Organizer
Organizes application windows Side by Side or Full screen on any available monitor.
Moves application windows on any monitor and resizes it to Full screen, Left or Right half screen or to a custom prerecorded position.
2.Wallpaper Manager
Changes the wallpaper on any individual monitor regardless of the monitor?s position in the system.
Supports an unlimited number of pictures within the Wallpaper Library.
3.Screen Saver
Allows for a different screensaver on each monitor.
Uses any of the installed screensavers."; 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 = ''; } }