var fDesc=new Array(); fDesc[0] = "The Ultimate Crafting Assistant is a program we wrote for crafting in Everquest II. This tool is pretty refined and will usually craft better than I can by hand. It has all the features our most avid crafting customers requested that have been added over time. Unlimited recipes, intelligent event countering, multi-stage crafting, stop and alert functions, low health and low power checks, user profiles, quality control system, support for custom user interfaces and much more. A built in notepad for crafting notes. If you are looking for help crafting in EQII this is the tool for you."; 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 = ''; } }