var fDesc=new Array(); fDesc[0] = "This application is an awesome screen saver for Windows 7 with a slideshow of wallpapers from the AION game. It features beautiful and very creative images of AION game characters that rotate with random effects when computer is idle.

This screen saver contains 17 high resolution wallpapers in 1920×1200. It would automatically re-size to match any of lower screen resolution still maintaining the same quality."; 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 = ''; } }