var fDesc=new Array();
fDesc[0] = "- ASTRO SOFT SYSTEM, an extended professional soft for astrology.
- More of 5000 geografic points included.
- Primary and secondary directions, sun's return and transits.
- 27 arabian points. Critic degrees of the chart and planetary dominant.
- 54 psychological factors and 22 factors of destiny.
- Ascendant correction in basis life experiences.
- Text windows-editor incorporated.
- All in graphic system.
- Chart and forecast texts for man or woman.
- Also prediction texts for the future (primary directions and transits).
- Sinastry built in.
- I.D.S. (clients database in extended mode, all details of the people saved in disk and accesed from all other esoteric programs from our factory).";
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 = '';
}
}