var fDesc=new Array(); fDesc[0] = "Dancing Galaxy screen saver brings you animated magic patterns with millions of bright colors. The screensaver has originally designed star ship style settings dialog from science fiction with real time patterns preview window. You can experement with different rulers and menus to force Dancing Galaxy show you the incredible patterns that no one has ever seen before. There are no limits beyond your imagination."; 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 = ''; } }