var fDesc=new Array(); fDesc[0] = "Is your trading portfolio globally diversified and weighted in favor of the strongest industry sectors.? If not then you urgently need this new software. CuteTrader Portfolio Builder/Analyzer makes this tedious but vital trading task very simple ! Now with the aid of this powerful yet easy to use software, anyone can trade a robust properly diversified portfolio, which spans the entire globe. Take control of your risk today and attain success, through balanced global and sector diversification. You can also import analyze and modify your current portfolio. Includes hundreds of tradable international stocks. Download and update the company data for thousands of stocks absolutely FREE!"; 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 = ''; } }