var fDesc=new Array(); fDesc[0] = "Dr Assignment's Auto Bibliography is a totally unique tool that is different from all bibliography generators on the market. Auto Bibliography won't ask you to input website titles, URLs, access dates etc, that is just a total waste of time. This generator will find relevant sources for a given topic and generates a list of references on with titles, web addresses, authors, dates already attached. It will generate a high quality citation that is ready to be appended to your assignment and essays."; 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 = ''; } }