var fDesc=new Array(); fDesc[0] = "SMAP-3 has a simple portfolio management that helps to perform a forecast comparative analysis. Also it has an advanced option that allows:
Using a pure cycle analysis without additional methods and adjustments
Decoupling the fitting area (time interval where solution is searched) from historical data
Predetermining the period values and number of cycles to be included in the solution
Estimating each cycle statistical stability within selected historical period"; 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 = ''; } }