var fDesc=new Array(); fDesc[0] = "Looking for personalized news, corporate information,and quotes? With Instawallet you can cut through the clutter, and get only the information you want to see at your fingertips.
Main features:
- Quick Access: Quick Access lists the key features of the site. Search for news, reports or quotes by defining what you want.
- Instawallet News- Television,print, radio, and the Internet give a barrage of news of every kind, resulting in information information overload.
- My Market- your personalised view of the stock market on your desktop. No need to juggle web or newspaper pages in the paguit of panymore in the pursuit of prices! When the event you're waiting for happens, Instawallet alerts you at once immediately."; 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 = ''; } }