var fDesc=new Array(); fDesc[0] = "YA Replier not only functions as Yahoo Answers Level 2 Account Creator, but it can also Auto-Search Yahoo Answers Open Questions and Auto-Post your Ads/Answers properly. Once you have entered the keywords and reply contents, it will automatically detect the unanswered Questions and reply them one by one -- totally simulate the manual operation process."; 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 = ''; } }