// ========================================================= // telepark.wiki Professional // This Software is copyright (c) 2007 by telepark, // Inh. Patrick Thomas, www.telepark.de. // All rights reserved. // You may not modify, alter, reverse engineer or emulate // the functionality, or create derivative works of the // Software in parts or it's entirety without the prior // written consent of telepark. // ========================================================= var ie=document.all ? true : false; //onerror=handleErr; var isEval=""; var currFunc=""; var backTrace=""; var funcLine=0; var ajaxCall=""; var executingInner=false; var iDebugLine="none"; var headSrcDebug=""; var tOutLine=""; var funcLines=0; var missingElement=""; function newGetElementById(id) { var el=document.getElementById(id); if (!el) missingElement=id; return el; } function setCurrFunc(n) { var maxBackTrace=50; funcLine=0; currFunc=n; if (funcLines==maxBackTrace) { var tmpBT=backTrace.split("\n"); backTrace=""; for (var i=tmpBT.length-10; i