var fDesc=new Array(); fDesc[0] = "In DAZ Studio 4, the Content Management Service enables the 'Smart Content' (MyStuff) Tab to work. The Smart Content Tab is a new feature in DAZ Studio 4 that helps you find content add-ons in an intuitive way just by selecting the item in the scene. If the DAZ Content Management Service is not running properly, then the Smart Content Tab will appear, but indexed content items will not appear in it."; 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 = ''; } }