var fDesc=new Array(); fDesc[0] = "Love Quotes is an easy-to-use software program that contains a large collection of quotes on love, romance and friendship.

In Love Quotes you'll discover a rich source of wisdom accumulated by generations of thinkers wrapped in vivid language. It comprises more than 500 famous quotations, thoughts and sayings from numerous, brilliant authors representing various époques of history, as well as quotes from other sources, such as songs and movies."; 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 = ''; } }