var fDesc=new Array(); fDesc[0] = "StarLove Birth Chart Matching software for lovers and friends. This software compares the birth charts of two people and indicates the easy and challenged areas in their relationship. Torn between two lovers? Let StarLove help you find the more compatible partner! StarLove Birth Chart Compatibility software now has a Love Days module that indicates the best recommended days to meet with others, communicate, have fun, romance and be intimate with your partner. StarLove calculates the aspects made by the planets in the birth charts of each person to calculate their compatibility. It also compares their "progressed" birth charts to calculate current compatibility. StarLove is an easy-to-use and accurate way of finding out how compatible you are with others as well as suggesting days when planetary activity is in your favor to enhance and make the most of your relationships with others."; 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 = ''; } }