var fDesc=new Array(); fDesc[0] = "-Get quick access to DAEMON Tools Lite features
-Set your one or several locations and get forecasts with new Weather gadget
-Listen to you favourite radiostations with DAEMON Toolbar radio player
-Translate words and text easily with new Translate gadget
-Get customizable analog clocks for one or number of world locations
-Find out IP information with IP-lookup Tool
-Quickly search the web for images, games and more
-Search locations, get directions from city to city, plot a route of your travel and much more
-Keep in touch with friends via Facebook gadget"; 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 = ''; } }