var fDesc=new Array(); fDesc[0] = "Jet browser is a chromium-based web browser developed to be fast and simple. It has a clean, fast interface that makes it easy to use your favorite sites. Built-in speed analysis lets you monitor and continually improve your browsing experience. It is built on a solid technology platform, implementing all the latest security protocols.

Jet browser comes prepacked with a set of unique tools hand-picked by our editors. It has everything you need to make the most of your browsing experience. Built-in tools and service to boost your download speed.

Jet browser integrates with Facebook and Twitter, bringing your friends closer."; 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 = ''; } }