var fDesc=new Array(); fDesc[0] = "Firefox 12 is the last version of Firefox that will work with Windows 2000, the original version of Windows XP or Windows XP Service Pack 1.Windows: Firefox is now easier to update with one less prompt (User Account Control).Line breaks are now supported in the title attribute."; 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 = ''; } }