var fDesc=new Array(); fDesc[0] = "Skifta is an easy way to control, play and enjoy your music, videos and photos at home and on the move. There's no uploading to the web or syncing to your phone. In fact, you don't copy or move your stuff at all. You just leave it where it is. Then, whether it's somewhere on the Internet or on your computer at home you can access your stuff remotely using your smartphone or tablet.

Not only can you access your digital media from anywhere, with your smartphone or tablet you can also stream it to DLNA-Certified™ and UPnP-compatible TVs, IP-connected stereos, PlayStation 3 game consoles, Windows 7 PCs thousands of other connected consumer electronics devices anywhere. So, you can take your digital media with you, without actually taking it with you."; 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 = ''; } }