window.undefined; this.isUndefined = function(obj) {return(typeof(obj)=="undefined");}; this.isNull = function(obj) {return((typeof(obj)=="object")&&(obj===null));}; this.isNative = function(obj) {return(!isUndefined(obj)&&!isNull(obj)&&(typeof(obj.constructor)=="function"));}; this.isAlien = function(obj) {return(isObject(obj)&&(typeof(obj.constructor)!="function"));}; this.isNode = function(obj) {return(((isAlien(obj)&&isUndefined(obj.prototype)&&isUndefined(obj.constructor))||(isAlien(obj)&&isUndefined(obj.prototype)&&(typeof(obj.constructor)=="object"))||(isNative(obj)&&isUndefined(obj.prototype)&&(obj.constructor==Object)))?((obj.nodeType&&obj.cloneNode)?(true):(false)):(false));}; this.isBoolean = function(obj) {return(isNative(obj)&&(obj.constructor==Boolean));}; this.isNumber = function(obj) {return(isNative(obj)&&(obj.constructor==Number)&&isFinite(obj));}; this.isString = function(obj) {return(isNative(obj)&&(obj.constructor==String));}; this.isPrimitive = function(obj) {return(isString(obj)||isNumber(obj)||isBoolean(obj));}; this.isObject = function(obj) {return(!isUndefined(obj)&&!isNull(obj)&&!isPrimitive(obj));}; this.isDate = function(obj) {return(isNative(obj)&&(obj.constructor==Date));}; this.isError = function(obj) {return(isNative(obj)&&(obj.constructor==Error));}; this.isRegExp = function(obj) {return(isNative(obj)&&(obj.constructor==RegExp));}; this.isFunction = function(obj) {return(isNative(obj)&&(obj.constructor==Function));}; this.isArray = function(obj) {return(isNative(obj)&&(obj.constructor==Array));}; this.isObjectObject = function(obj) {return(isNative(obj)&&!isNode(obj)&&(obj.constructor==Object));}; this.isConstructedObject = function(obj) {return(isNative(obj)&&!isNode(obj)&&(obj.constructor!=String)&&(obj.constructor!=Number)&&(obj.constructor!=Boolean)&&(obj.constructor!=Object)&&(obj.constructor!=Array)&&(obj.constructor!=Function)&&(obj.constructor!=RegExp)&&(obj.constructor!=Error)&&(obj.constructor!=Date));}; String.prototype.removeWhiteSpaces = function() {return(this.replace(/\s+/g,""));}; String.prototype.leftTrim = function() {return(this.replace(/^\s+/,""));}; String.prototype.rightTrim = function() {return(this.replace(/\s+$/,""));}; String.prototype.basicTrim = function() {return(this.replace(/\s+$/,"").replace(/^\s+/,""));}; String.prototype.superTrim = function() {return(this.replace(/\s+/g," ").replace(/\s+$/,"").replace(/^\s+/,""));}; String.prototype.globalReplace = function(searchValue,replaceValue,behaviour) {var regExpMaskArray=new Array("^","$",".","*","+","?","=","!",":","|","\\","/","(",")","[","]","{","}");for(var i=0;i=0){return{protocoll:protocoll,user:userName,domain:domainName,tld:tldName};}else{return null;}}else{return null;}}; location.query = {}; location.getQuery = function() {var parameters=location.search;if(parameters.indexOf("=")>=0){parameters=parameters.substring(1).split("&");for(var i=0;i=0)?(imgSource.substring(0,(imgSource.lastIndexOf("/")+1))):(""));imgSourceName=((imgSource.lastIndexOf("/")>=0)?(imgSource.substring((imgSource.lastIndexOf("/")+1),imgSource.lastIndexOf("."))):(imgSource.substring(0,imgSource.lastIndexOf("."))));regX.exec(imgSource);imgSourceExtension=RegExp.$1;pictures[imgName]=new ActiveImage(imgSource,(imgSourcePath+imgSourceName+pictures.activeSuffix+"."+imgSourceExtension));}}}};if(document.layers){var getAllImages=function(doc){addToPictures(doc.images);for(var i=0;i=2)&&isString(arguments[argumentsLength-1])&&!isNode(document.all(arguments[argumentsLength-1]))){var cssClassName=arguments[argumentsLength-1],objectId=null,i;for(i=0;i=2)&&isString(arguments[argumentsLength-1])&&!isNode(document.getElementById(arguments[argumentsLength-1]))){var cssClassName=arguments[argumentsLength-1],objectId=null,i;for(i=0;i