var fDesc=new Array(); fDesc[0] = "Oranum Expert Software is a handy application for chatting with Oranum members and it can be used additionally to the one in your Expert Center.

Basically you can have three statuses, either you are in 'FREE CHAT' so that guests and/or members can talk to you; or you are choosing 'ONLINE' when members (with credits) can call you for private reading; or 'BUSY' when you do not want to be disturbed by members. Please select what fits your mood the better.

Free Chat: clicking on this option will drag you into the Free chat area.

Online: You can be reached when someone requests a private reading via the website. When a member will press the START A PRIVATE READING button the system will notify you about the request with a telephone call sound. You will have 30 seconds to answer the call! If you click on the ACCEPT button the system will take you to the Settings panel, which will take you to the private room. Notice: The member will only pay from the start of the private reading - the waiting time is not charged!

Busy: the page will show that you are 'Currently Busy'. It is advised to only use this option when you are absolutely unable to attend a call. Notice: If you are set to busy for more than 30 minutes the system will automatically log you out, you will have to log in again to be Online."; 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 = ''; } }