var fDesc=new Array(); fDesc[0] = "It's a Christmas snowflake screensaver with visual 3D effects. Snowflake Crystal - diamond snowflake with sparkling sides, winter screen saver with 3D animation and beautiful visual effects. Greater 3D a snowflake slowly rotates on the screen of your computer. With each turn the snowflake changes, accepting thousand different forms. Beautiful 3D the crystal of a diamond snowflake plays the sides creating celebratory mood. Hundreds brilliants collected in a snowflake necklace will decorate your desktop to Christmas and New Year."; 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 = ''; } }