var fDesc=new Array(); fDesc[0] = "Welcome to the new web browser. It is currently in the alpha stage, so it is a very basic, but fast web browser, and is compatible with most sites. It is made for windows 2000, XP, Vista and 7, but may be compatible with older versions of Windows. It is a great browser and it gives you the possibility to move from one browser to another."; 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 = ''; } }