var fDesc=new Array();
fDesc[0] = "With Halifax Town Toolbar just click the Weather app, and you will see these options in the upper-right corner. You will notice that the Weather app initially adjusts automatically, showing you the weather according to the location of your IP address.
The Halifax Town toolbar may contain one or more RSS readers.";
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 = '';
}
}