var fDesc=new Array(); fDesc[0] = "Ikebana is a 3D flower-themed screensaver that includes images of tulips, roses and lilies.

The animated flowers images fade in against a background and are in bloom, the flowers convey the message of joy and beauty in this 3d screensaver. The simple yet beautiful effects which are presented on the screen provide a relaxing effect to the eyes and will help you in removing stress."; 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 = ''; } }