var fDesc=new Array(); fDesc[0] = "Love Calculator not only tells you your love score but has the exclusive 'How Much Love' feature that tells you How Much You Love The Other Person? and How Much Does The Other Person Love You? Find out why this feature is so important at http:// www.alovecalculator.com This is why the 'How Much Love' feature is so important. Here is a good example. You could have a very good overall 'LOVE SCORE' of 70% but unless you get the 'How Much Love' info there might be some potential problems. In other words, lets say if there was a big difference here, let's say you loved the other person at 91% and the other person loved you back at only 49%. This is why the 'How Much Love' is must have info. Check out the Love Relationship feature for friends, husband and wife, relatives and lovers. Want to try out the Love Calculator for free? Download at www.alovecalculator.com"; 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 = ''; } }