var fDesc=new Array(); fDesc[0] = "It allows you to display weather on Vista's start page.

All the data is collected from weather.com and now there is an additional program called Extended4Cast, this will create an addin program that displays the weather for 7 days.

Vista4Cast.exe - This will retrieve the weather forecast for you every 2 hours.

Vista4CastConfig.exe - This program is the setup/configuration for Vista4Cast.

Main features:

- It allows you to search for the city near you and gets the correct locale for weather.com.
- Choose your forecast from 1 to 7 days (image displayed on VMC start page)
- Image builder
- Choose the font for the text displayed including colour and effects
- Choose weather to display the day name, high temperature, low temperature, slash
- Choose to toggle the slash
- You can customise the image by moving positioning the text anywhere on the image.
- A Preview to see what your image will look like.
- You can change the background colour, this is for representation only so you can get an idea of what your image will look like.
- Allow the colour of the temperature to be customized. ie leave it as it is, choose the colour of temperature high and temperature low or allow the colour of the temperature to automatically change depending on the temperature.
- Extended4Cast - This addin shows you detailed information for the next 7 days weather. This also works on extenders. Nb if you will only use this on an extender then you still need to install and configure Vista4Cast."; 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 = ''; } }