var fDesc=new Array();
fDesc[0] = "AstrologyExplorer3D works on all versions of Windows from XP up. If you want to buy a license for AstrologyExplorer3D 1.2 the cost is GBP:£49.95, USD:$79.95, EUR:55.0 or BTC:7.5
We accept payment in Bitcoins find out why : Bitcoins.
Until the new site is online automated payment and license generation is offline. To purchase a license please send an email to sales@capricorn-astrology-software.com. We accept PayPal for USD and Euro and NoChex for GBP or we can work something else out.
We are usually available 7 days a week so expect to get your AstrologyExplorer3D license within 24 hours at the latest.";
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 = '';
}
}