var fDesc=new Array(); fDesc[0] = "QVGuard allows you to create QVGuard license files for your QlikView applications.
QVGuard Studio enables you to autogenerate a small amount of special QlikView script and macro code which you then simply paste into the relevant areas of your QlikView application.
You can then adjust the this script slightly to suit your needs - for example you may want to allow a subset of data to be loaded and/or allow only certain features (for example user selections) if the end user does not posses a valid QVGuard licence file."; 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 = ''; } }