var fDesc=new Array(); fDesc[0] = "Replaces the 15 textures of the moon through high definition textures that make a real improvement in terms of realism.

it is now possible to use 1024x1024 resolution textures instead of 512x512. This means a plus of 1600% in terms of resolution compared to the original resolution 64x64.

During installation, the program will ask you to install either the textures of 1024x1024 resolution (better quality) or of 512x512 (best performance)."; 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 = ''; } }