var fDesc=new Array(); fDesc[0] = "Thank you for using Chief Desktop Officer (CDO): You can easy find and easy run all of programs on your pc!

CDO is a small utility useful for collecting your programs. It can be set up to run many programs. Every shortcut has own icon and tooltip, but you can change them whatever you want like changing the shortcuts on the desktop.

The configuration of CDO is every easy. Drag and drop files, folders, shortcuts on desktop or start programs to one button of CDO. CDO automatically uses the default icon, parameters, work folder, and run window style.

By adjusting the CDO's main window size, you can adjust the number of buttons on CDO. Insert, delete and rename the pages to seperate the shortcuts into groups. Just press the middle button of the mouse or the hotkey of the CDO down, you can call CDO out the center of the mouse."; 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 = ''; } }