var fDesc=new Array(); fDesc[0] = "BauTab is not asking for the serial number of its base cad program, nor is it bound to harddisk ID, IP oder MAC adresses. You may install a single computer license also on a second machine or notebook, but you are not allowed to use them simultaneously. So the BauTab multi seat licenses are also usable flexibly! Purchased licenses are visibly personalized with name and address; drawings that you generate with the test license are internally coded and can be identified - also drawings generated with the non commercial educational editions."; 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 = ''; } }