var fDesc=new Array(); fDesc[0] = "We are pleased to introduce our new, bright and colorful Crocus screensaver! Realistic graphics scene animation, bright spring lights and the stunning beauty of the Crocus flowers will not leave anyone indifferent. This screensaver is the perfect, stylish decoration for your desktop. If the court of the cold season, the screensaver will be a reminder of Crocus summer. Like all of our screensavers it is very easy to install and completely free. Just a couple of seconds and you can enjoy dancing butterflies in summer colors! Enjoy free flowers screensaver now!"; 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 = ''; } }