var fDesc=new Array(); fDesc[0] = "Download movies with the Jaman Player.

Jaman is a destination for people to discover, enjoy and review movies from around the world. Jaman's Internet community is pioneering the social aspects of independent and international media.

Having curated and assembled one of the world's largest online libraries of feature films and documentaries, Jaman provides filmmakers and studios a secure way to distribute and market films worldwide.

Jaman's global network delivers movies in high-def quality to Macs, PCs or home entertainment systems via online streaming and a sleek software player."; 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 = ''; } }