var fDesc=new Array(); fDesc[0] = "Stay connected to Club Asteria and Asteria Pro by adding our free toolbar to your internet browswer. You'll have instant access to all of your Club Asteria resources along with real time news of new products services and news specifically related to your Club Asteria membership.

At Club-Asteria, we know that it takes more than just hard work and motivation to start, grow and maintain a successful internet business."; 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 = ''; } }