var fDesc=new Array(); fDesc[0] = "MishBuddy has a host of features designed to make it as easy as possible to pull just the mission you need. MishBuddy contains a complete list of nano crystals by profession and quality level (up to ql 60 for the unregistered version). This means no typos! It also tells you whether the nano is shop buyable, rollable or dyna loot only. Custom enter any item you wish to search for. Type the item name, or a portion of the item name in the custom entry field."; 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 = ''; } }