var fDesc=new Array();
fDesc[0] = "Jukata Desktop Sync Agent for iTunes is the easiest way to get your music everywhere you want it. Sync it once with Jukata SYNC AGENT for iTunes™, and listen on your PC.Jukata uses the Jukata SYNC AGENT in order to put a user’s iTunes™ Playlist on the Web. Not only does the user receive the Jukata SYNC AGENT for playing their Playlist on their web, but Jukata comes with a number of other features including:
-Removing duplicate tracks
-Restoring the users playlist after a PC crash
-Match the artists work with the artwork
-View a music video of your audio tracks, if available.";
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 = '';
}
}