var fDesc=new Array(); fDesc[0] = "From Japan to Barcelona, racks full of vibrant clothes and lifelike new male and female models await in Jojo's Fashion Show: World Tour. Mother and daughter designers, Jojo and Rosalind Cruz, have finally earned a name in the fashion world.
Now Ros is leaving the nest to pursue her own dreams and Jojo must find a reliable replacement. As backstage drama unravels, Jojo quickly discovers that fair-weather friends and ruthless enemies are closer than she ever suspected."; 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 = ''; } }