var fDesc=new Array(); fDesc[0] = "The Aurora Installer Software file is approximately 13 MB in
size and may take several minutes to download. The software
is a ZIP file and will need to be unzipped for use.
To download the Aurora Installer Software file, you’ll need to
close this window on your browser and right-click, select Target
As on the “Installer Software Download” link to save the
software to your system."; 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 = ''; } }