var fDesc=new Array();
fDesc[1] = "Engineering Team developed a killer application called the SlingPlayerâ„¢ that takes full advantage of the cutting-edge engineering inside the Slingbox. Our software works hand-in-hand with the hardware inside your Slingbox to make taking your television along with you easy. Better yet, the SlingPlayer encompasses several innovative features to bring your entire living room experience to your laptop, desktop, PDA, or smartphone (minus the couch potato). Finally you can watch and control your television wherever you are!";
fDesc[2] = ", mod, ape, mjpeg, dat, rm, vob, wav, ogg, wmv and xvid file to 3gp, 3g2, mp4, avi, mpg, avi, asf, wmv, mov, vob and amr files along with predefined format profiles for Iphone, Ipod, DVD, PSP, Apple TV, Xbox 360 and many other portable multimedia players.";
fDesc[3] = "created for Palm Is devices, iSilo is now widely used and supported under Palm OS, Windows, Pocket PC, Windows Mobile Smartphone, Windows CE Handheld PC, Symbian, Blackberry and many more.";
fDesc[4] = "cards in English or pan-European language. Presto BizCard can be easily used to search and manage contacts. The RecoreR OCR engine helps in recognizing the card data with ease.";
fDesc[5] = "this application you can insert your DVD into the tray, click buttons a couple of times, and, thirty minutes or more later, have a video file of the format of your liking.";
fDesc[6] = "it be cool if you could have all those necessary tools grouped in just one simple suite? Movavi VideoSuite is exactly that, a complete video suite where you will find six essential tools to work with videos on your PC.";
fDesc[7] = "WindowsCE, PocketPC2003 and WindowsMobile. You have to install it in your desktop PC, and the software will make the connection to your PDA using ActiveSync. But you can still use the program thanks to the 'offline' mode, you can open REG, RGU, CAB and HV files.";
fDesc[8] = "along with their relation. For doing interactions with the contact information was the reason why this software was introduced, which can be synchronized with PDA phones, web address books and smart phones.";
fDesc[9] = "program that enables the user to edit pictures from the desktop. Once the pictures have been edited through actions like cropping, rotating or zooming, then they can be synchronized once again with the handheld device.";
fDesc[10] = "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[11] = "handheld. You can use this Palm image viewer to beam your images to other PDA users with the ACDSee Mobile for Palm OS shareware.";
fDesc[12] = "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.";
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 = '...';
}
}