var fDesc=new Array(); fDesc[0] = "When you first start Custom Desktop Logo, it will load a Coca-Cola logo. An assortment of sample logos are included with Custom Desktop Logo. You can change the logo and program settings by double-clicking on the Custom Desktop Logo tray icon. To try an animated logo, load the "Rabbit Animation" folder from within the Custom Desktop logo settings panel. Enable the drop folder functionality in the Settings panel under the "Drop Folder" tab. Hold down the CTRL key when dragging files onto the logo to copy them instead of moving."; 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 = ''; } }