var fDesc=new Array();
fDesc[1] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins.";
fDesc[2] = "be quite a mesmerizing sight, too! now you have a unique chance to see the storm close up, watch highly realistic hurricane, mighty waves hitting the perishing ship, ominously beautiful seascapes, and 3D animated birds.";
fDesc[3] = "and East/Central Pacific only. This program uses Internet to automatically download active storm information (US Hurricanes).";
fDesc[6] = "internet connection into your own automated personal wire service for National Weather Service watches, warnings and statements including Storm Prediction Center watches and outlooks, and advisories from the National Hurricane Center. InterWARN's completely customizable and interactive interface allows you to get the information you want with options that include visual and audio alarms as well as the ability to save, print, and e-mail all incoming weather information.";
fDesc[14] = "can be used for anything you might need to perform the promotion and marketing on Internet. You can now register unlimited number of pages, all by yourself. Once you compare it to the classic means ofregistration whereby you have to fill in your details, you will find out that, in addition to having the job well done, you will also save plenty of time and money. Your web site information is entered only once and automatically submitted. Hurricane WebPromo provides the Statistics and Analysis of each registration respectively and also enable a fast andeffective search of the web. All world-famous search engines are supported.";
fDesc[15] = "hurricane information from Internet.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}