var fDesc=new Array(); fDesc[0] = "Browse3D claims to be the "next generation of web browsers" by combining the power of Internet Explorer engine and DirectX using a technology called reverse-plug-in™. It proposes a unique navigation scheme by using three "walls" divided in squares, each one representing a thumbnail of a web page that we care about: the visited ones (on left wall), the main browser window (central wall) and some favorites and highlights (on right wall).

Personally, I don't like the user interface. I don't know if it's designed for low-end machines, but is very old-styled. Controls are very unintuitive and context menus are long, without a single icon, so it's nearly impossible to find an option.

Moreover, you will face a security issue: by using the Internet Explorer engine, combined with the Microsoft DirectX Libraries, sometimes that could represent some problem, considering the number of bugs and exploits that shake IE every day.

If you want my opinion, I prefer Firefox using some eye-candy, DirectX-based addon. You could find some interesting ones if you know where to look for. So my recommendation is: don't waste your precious time, just look for something better."; 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 = ''; } }