var fDesc=new Array(); fDesc[0] = "dArt North Pole vol.1 screensaver shows you off a photo-realistic views of north nature. Watch north nature scenes such us white bears, penguins, seadogs, icebergs, cold ocean surface and snowy landscapes. Launch this screensaver and surprise yourself and your friends with crisp pictures and wonderful image transition effects that use the full 3D power of your computer. Relaxing music takes you deep in the heart of the North Pole. Install this screensaver and enjoy the quiet peaceful feeling of north nature!"; 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 = ''; } }