var fDesc=new Array(); fDesc[0] = "QlikView is a disruptive technology and as such is deployed in a very different way to other more conventional BI solutions. Our OneView implementation methodology has been designed to be scalable and facilitate the process of taking you from a potentially rapid buying cycle through to a rapid deployment cycle so that you feel in control of the situation and expectations are met all round."; 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 = ''; } }