var fDesc=new Array(); fDesc[0] = "MB Free Mole Reading Software is a remarkable and accurate program that deals with the study of Moles or Moleosophy. It is an interesting and handy program that helps you to understand the significance of your moles. The software has been designed based on the theory that moles, if interpreted correctly, can tell you a lot about a person?s character, his personality and can even go as far as to give a generalized prediction about his near future. Moleosophy or the study of moles is also a branch of astrology ? a form of divination by studying the moles or the birthmarks on your body. MB Free Mole Reading software helps you to understand your positive and negative traits, thus helping you to improve your personality for the better. It can help you read and interpret what the moles located in different parts of your body mean."; 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 = ''; } }