var fDesc=new Array(); fDesc[0] = "Big Browser, a cross-platform multi-windows browser. Big Browser is a light application built with Adobe® AIR™ technology (Flex). In a few words: be able to display multiple websites in a single window.

Main features:
- compare 2 or more websites without having to switch between windows or tabs
- browse multiple websites, keeping an eye on each
- open multiple pages of a same website in a single window
- admin a website from a cms (i.e. Joomla, Drupal) and view the updated result of the public site"; 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 = ''; } }