var fDesc=new Array(); fDesc[0] = "Beginning with Style Jukebox we introduced an advertisement module integrated into our product. This module offers the possibility to display ads in the right-top corner of Style Jukebox. In order to become an advertiser and manage your ads you must download Jukebox Ad Manager. Jukebox Ad Manager is free and so is creating an advertiser account."; 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 = ''; } }