var fDesc=new Array(); fDesc[0] = "From the Bottom of the Heart is a short visual novel released in late 2006 by the now-quiescent circle, Persian Blue. It tells the story of a young man who has recently been treated for a serious illness, and who finds a certain kind of redemption in the most unlikely place. This localization adheres to the highest standards of translation quality that we can offer; the original translation by Chris St. Louis was capable to begin with, and it was extensively peer reviewed."; 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 = ''; } }