var fDesc=new Array(); fDesc[0] = "Twinkle Bulbs is the ultimate holiday desktop accessory! Place flashing holiday lights on or around your computer screen, select your favorite bulb sets and colors, configure flashing mode and rate and more! Decorate your desktop with flashing holiday lights and select from hundreds of options, including bulb style, color, flashing rate and mode, background music, desktop wallpaper and more! Includes over 200 bulb sets plus an editor so you can make your own. Background music player can play MP3, WAV and MIDI music formats. Configure the wallpaper changer to cycle your wallpaper. Not just for the holiday season - this software program can put you in a festive mood all year long!"; 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 = ''; } }