var fDesc=new Array(); fDesc[0] = "Cooliris is an innovative plug-in for your web browser. The application creates a sort of 3D world in your browser which displays pictures and videos so that you can browse through them and watch/see them in 3D. There is a list of supported sites that you can use with Cooliris, so don't get your hopes up. However, most social networks and photo sharing services are supported. To activate Cooliris all you need to do is mouse over a picture or video and click the Cooliris icon. The whole page will transform into a 3D scenery that looks absolutely gorgeous. However, the performance of this environment is highly dependent on your Internet connection. If the pictures take a long time to load, then the whole effect loses its charm. Cooliris even allows you to search images in Google and other search engines and there are movies and TV shows that you can watch on your browser if you install Discover in Cooliris, a separate application. Cooliris supports Firefox, Internet Explorer, Flock, and Safari."; 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 = ''; } }