var fDesc=new Array();
fDesc[1] = "difficult levels, timer, and option of pencil mark and wrong move prompt.";
fDesc[2] = "users get the most out of them. This user guide is available for free to download right from the Support Section of the Palm Inc. Web Site.Everything is written in simple words and enjoyable language. When needed, the explanations are accompanied with tables, illustrations and graphics.";
fDesc[3] = "get the most out of them. This user guide is available for free to download right from the Support Section of the Palm Inc. Web Site. Everything is written in simple words and enjoyable language. When needed, the explanations are accompanied with tables, illustrations and graphics.";
fDesc[4] = "your PDA in your desktop or laptop PC, and let you do whatever you want to do on your PDA but using the computer peripherals. Just imagine the difference in comfort between working on your desktop PC than working directly in your PDA.";
fDesc[5] = ", developed by June Fabrics. PdaNet for Treo 700p/755p/Centro will allow it users to get wireless Internet connection on their laptop through the Treo or Centro phone. What this beautiful piece of software does is to transform your smartphone into a wireless modem for your PC.";
fDesc[7] = ", Zune, Wii, Nintendo DS / GameBoy Advanced (SD Video), Mobile Phones (3GPP/3GPP2/MP4 compatible) , iRiver, Cliod CP, Palm, Archos, Creative and GPX2.";
fDesc[8] = "user guide is available for free to download right from the Support Section of the Palm Inc. Web Site. Everything is written in simple words and enjoyable language. When needed, the explanations are accompanied with tables, illustrations and graphics.";
fDesc[9] = "uses the Treo phone feature to use data and allows you to connect your PC to Internet. PdaNet for Treo works for Treo 650 and 680 for other models take a look at the website. The platforms to run the software are Vista/Windows XP/ME/2K.";
fDesc[10] = "Desktop and Outlook up to date now.";
fDesc[11] = "Install the update; 3. Troubleshooting. This update is usable for Treo 700w and 700wx featuring slightly different characteristics depending on the model of your smartphone.";
fDesc[12] = "exchange. It has the unique ability to export the card in the background mode allowing you e.g. to transfer MP3s simultaneously with web browsing. Supports all modern PalmOS devices, such as palm Centro, Treo 755p, Treo 700p, Treo 680, Treo 650 etc.";
fDesc[13] = "enjoying the favorite videos in full screen landscape mode, with good sound clarity. Not only does the software convert the videos into Palm compatible formats, but also compresses them so that the user may enjoy few episodes of favorite TV-serials, cartoons.";
fDesc[14] = "installed. SwitchSync can help you to synchronize your Palm OS devices with both Palm Desktop and Outlook.";
fDesc[15] = "anywhere, without any compromise, wirelessly or by desktop synchro. Perfect companion for Palm Treo and Centro.";
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 = '...';
}
}