var fDesc=new Array(); fDesc[0] = "Vizubi lets you load high data volumes into whichever version of Excel you have installed locally (2003, 2007 or 2010) with existing hardware. Our interface was designed to mimic Excel commands so you can get up and running fast.
Data import is wizard driven to load from all your sources. Manage data formats and visualization from inside the import wizard once, and formats persist whenever you import that data."; 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 = ''; } }