var fDesc=new Array(); fDesc[0] = "- keep a list of your family, friends and stuff
- get a couple of today's Sun, Love and China Horoscopes for selected person by one click
- you can simply add / delete Persons by yourself
- you can simply add / delete Horoscope sites by yourself
- you can show a lot of Horoscopes sites together
- you can select one or more Horoscopes sites you want to show
- no limits for amount of Persons in the list
- no limits for amount of Horoscope Sites in the lists
- simply and friendly user interface;"; 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 = ''; } }