new CrossBrowser();function CrossBrowser(){function __Constructor(){this.getComputedStyle()}this.getComputedStyle=function(){if(!window.getComputedStyle&&document.documentElement.currentStyle){window.getComputedStyle=function(node){return new ComputedStyle(node)};document.defaultView={"getComputedStyle":window.getComputedStyle}}};this.arrayIndexOf=function(){if(!Array.indexOf){Array.prototype.indexOf=function(obj,inicio){for(var i=(inicio||0);i<this.length;i++){if(this[i]==obj){return i}}return -1}}};function ComputedStyle(){var node;function __Constructor(elemento){node=elemento}this.getPropertyValue=function(propriedade){var palavras=propriedade.split("-");propriedade=palavras[0];for(var i=1;i<palavras.length;i++){var firstLetter=palavras[i].charAt(0).toUpperCase();propriedade+=firstLetter+palavras[i].slice(1)}return node.currentStyle[propriedade]};__Constructor.apply(this,arguments)}__Constructor.apply(this,arguments)};
