var fDesc=new Array(); fDesc[0] = "You can add sites to your safe site list. Good looking browser, has lots of features. Check them out!
Includes new recent pages list(next to back button). Updated skins. Speed update/cleanup. Improved organization. Dielan44 Studios Workshop Keyboard update. Bug fixes. Infinity Emailer custom email provider."; 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 = ''; } }