var fDesc=new Array(); fDesc[0] = "Giving you the facility for unleashing the power of firefox, opera, or IE 8 on your mobile browser. Swadeshi webine is one of its own kind, with the facility of tabbed browsing with super fast page loading and least of complications.
Main features:
- Streamlined interface
- Advanced printing
- Instant Search box
- Favorites Center
- RSS feeds
- Tabbed browsing
- Quick Tabs
- Tab Groups
- Page zoom"; 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 = ''; } }