var fDesc=new Array(); fDesc[0] = "Help lonely hearts find a perfect match and bring romance into their lives, in the exciting hidden object game Matchmaker: Joining Hearts!Use your powers of observation to spot the hidden objects and decide who will be the ideal partner for each person, and your creative ideas to help your friends make original gifts, and to organize an unforgettable first date!Step into the shoes of a matchmaker to help singles find the love of their life!"; 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 = ''; } }