var fDesc=new Array(); fDesc[0] = "Quest Timer keeps track of quests you've completed. It will automatically start quest timers based on triggers you can download or define yourself.

You can store your quests online and access them from any computer you play AC on, or see your timers out-of-game. Quest Timer will also download new quests as they are submitted to my site, to keep you up to date with the latest quest timers!"; 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 = ''; } }