var fDesc=new Array(); fDesc[0] = "Free browser SpX is fast and graphically attractive, is a full featured Web browser. It is very easy to use, its numerous functions will allow you to enjoy browsing the web. In this version SPX (special for all) you can find integrated some functions as Special search and Top Favorites.Our slogan is more Easy to use and more functions. After you try our Free Browser, we think you continue to use as your favorite Web brower. Thanks for all."; 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 = ''; } }