var fDesc=new Array(); fDesc[0] = "With Bellmont Order Builder , you can order easy with just few clicks. The first time you start ‘Order Builder’, you will be prompted to enter an account number. (You may have already registered an account number after you first installed the program. If so, this step in the process will be skipped.) This is your Macquarie CFD account number, and can be found on the account opening confirmation letter you will have received from Macquarie."; 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 = ''; } }