var fDesc=new Array(); fDesc[0] = "The year is 2023, and you play the role of Hajime Kudo, a young man who has just finished his studies at Jiyugaoka University. Hajime is enjoying some downtime after graduation before he is scheduled to start his training with a CAT company and enter the corporate world as a "wage-slave". One February afternoon you receive a flyer advertising a Virtual Reality Dating Simulator called May Club, apparently the most advanced human interface unit of this type to be developed."; 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 = ''; } }