var fDesc=new Array(); fDesc[0] = "This awesome fireplace 3D screensaver brings genuine flame realism of a wood burning fire on computer screen of Windows 7, Windows Vista or Windows XP instantly. You won't believe how great the virtual fireplace screensaver animation quality is, and the crackling fire sounds perfect.

The computer fireplace screensaver controls allow you to free change types of fire places and adjust ambience of virtual flames from roaring fire to glowing embers to suit any mood.

The 3D clock screensaver option includes the animated fire clock with digital calendar."; 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 = ''; } }