var fDesc=new Array(); fDesc[0] = "Leopard allows you to create your own application using WeatherBug weather data and Web based widgets like those you see on Google. You can also use Embed tags like those you see on YouTube to add information to your own desktop executable. Even if you've never created a software application in your life, Leopard will help you learn the basics and with the addition of Web widgets and gadgets, Leopard version 2.2 is very COOL!

First, use the Leopard User Guide to help you write code for your weather program. Choose to display weather conditions, including live temperature, wind speed, radar maps, satellite images and more! Once you're ready, share your application with others by posting it on the 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 = ''; } }