var fDesc=new Array(); fDesc[0] = "It is a truth universally acknowledged, that a single man in possession of a good fortune, must be in want of a wife. Matches & Matrimony is a visual novel role-playing game played on the PC created by Reflexive Entertainment. This walkthrough includes tips and tricks, helpful hints, and a strategy guide for how to complete Matches & Matrimony. In Matches & Matrimony there are six suitors that you can marry and nine different endings to uncover."; 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 = ''; } }