var fDesc=new Array();
fDesc[0] = "WALTR 2 introduces smart Automatic Content Recognition built for Music, Movies & TV shows. This invisible improvement makes a visible change to the way you see movies in your 'Videos' app. Apart from artworks, WALTR 2 recognizes and fills in the title, genre, episode description, actor information and more.
With High-Speed Wi-Fi connectivity – WALTR 2 brings a new dimension to freedom. As soon as you open WALTR 2, it instantly looks for any Wi-Fi enabled iOS devices around you and connects to them. This only takes a few seconds to discover the bridge between WALTR 2 and your iPhone. Fast connectivity allows you to drop even large files, such as movies.";
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 = '';
}
}