var fDesc=new Array(); fDesc[0] = "The outstanding CometBird Web browser is secure, speedy, and totally free; its specially designed features will change the way you use the Web. The upgraded version is even more effective in both performance and privacy protection.

The bookmarks auto-synchronizer enables you to use same bookmarks collection anytime and anywhere; Thousands of customizing options are available for personalizing your own CometBird; Powerful security and privacy protection techniques will create a clean browsering environment for you; and its unique password manager and smart address bar will facilitate your browsing and logging in process.!"; 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 = ''; } }