var fDesc=new Array(); fDesc[0] = "StarFisher is a feature-rich astrology program for Microsoft Windows provided free of charge, including the source files.
StarFisher provides you the following features: positions of Sun through Pluto and Moon, positions of house cusps and the main axes (AS, DS, MC, IC), positions of lunar nodes, Part of Fortune, Part of Spirit, Vertex, and East Point, positions of main asteroids, positions of Lilith, positions of the eight Uranian planets and Selene, positions of over 60 fixed stars, and the possibility to define more planets, asteroids, starts, parts or logical points."; 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 = ''; } }