var fDesc=new Array(); fDesc[0] = "The fire usually attracts attention of the human eye. Everyone can remember the moments of sitting in the dark and watching the fire. Highly realistic animated flames licks your screen and burns your desktop... Flaming customizable text hovering in heat of flames... When your screen overheats enough, it's surface (with your work screen!) burns away like a newspaper put on fire... Many secondary 'magic' effects and tons of adjustable settings available in settings dialog.
You can "paint" the fire with any color palette, set lists of displayed phrases, add fireworks, fireballs and sparkles, change fire appearance and adjust many other options. You can also save your most likely settings to "Themes List"."; 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 = ''; } }