var fDesc=new Array(); fDesc[0] = "Enjoy any Visual Theme or Style you can find as from the recommended Crystal XP for example. Allure is Free, does not mess with your system files and do not even need to reboot to work. Simply download and install Allure and you are done. Enjoy Aero 5270 and Media Center Style themes. Give some allure to your bland and common Windows. Allure is completely free and will always remain free, which means you can use it free of charge for any purposes."; 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 = ''; } }