var fDesc=new Array();
fDesc[1] = "costings. As in previous versions, you can print your travel plans, share them online or though e-mail. You may follow them in your vehicle to make your trips easier and more comfortable.";
fDesc[2] = "Canada without having to connect to the Internet. Take the software along with your laptop while you drive. The spoken instructions and street names help you find your destination with easy, and with the automatic redirection is very easy to return if accidentally passed a turn.";
fDesc[3] = "from Schmap's growing series of worldwide destination guides each with maps, virtual tours, top picks, photos, reviews and more!";
fDesc[4] = "street maps, travel information, and points of interest from USA and Canada and now it includes Mexican highways. We can plan our trips with the planning tools. The GPS features include voice commands, color maps, etc.";
fDesc[5] = "and help you to explore new areas with ease. So, you can maximally use your trip all over the Europe. As compared with the most online cartography sites Autoroute has more personal function for trip planning.";
fDesc[6] = "latest electronic gear. Most other vehicle GPS systems are NOT planning tools and only track as you go. Support for Windows Vista, Pocket PCs, Windows Mobile 5.0 and later, UMPCs, and Palm OS included.Comprehensive street and POI updates for the U.S and Canada, now with Mexico highways. Powerful travel planning tools, MapShare, and many new data types.Innovative GPS features: New 2-D and 3-D NavMode voice commands, spoken directions, automatic back-on-track re-routing with off-route distance settings, high contrast mobile map colors, and much more.";
fDesc[7] = "of all ages a fast and easy way to have fun and improve their Spanish.";
fDesc[8] = "Player to guide you for your travel. This amazing travel guide with elaborated maps and destinations can be downloaded and used for free. This amazing tool will guide you to your destination perfectly.";
fDesc[9] = "the ClueFinders—Joni, Owen, Santiago and Leslie—as they tackle challenging puzzles and problems while building self-esteem and confidence. The ClueFinders will help capture your child’s imagination and set the stage for excitement and adventure.";
fDesc[10] = "Kansas on WIBW 13's Channel online but you can be alerted instantly about severe weather by signing up and downloading the SkyWatch13 Desktop Alert which will provide you with access to Local and National radar and late breaking news alerts from the WIBN Newsroom.";
fDesc[11] = "meeting, daily work with Intuitive Chart, Networking Access, Task related Planning, Password Protection, Drag-And-Drop & Export to word/excel...";
fDesc[13] = "applications and the WWW. Ideal for training, corporate scheduling, education, and events such as music festivals and conferences.";
fDesc[14] = "Holidays Find it Russian web sites Fun fishing trips and tours salmon and sea trout holidays in northwest";
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 = '...';
}
}