/data01/virt20987/domeenid/www.vanaraud.ee/htdocs/../web_private/config/ProjectConfiguration.class.php if(typeof console=="undefined"){var console={assert:function(){},clear:function(){},count:function(){},debug:function(){},dir:function(){},dirxml:function(){},error:function(){},getFirebugElement:function(){},group:function(){},groupCollapsed:function(){},groupEnd:function(){},info:function(){},log:function(){},notifyFirebug:function(){},profile:function(){},profileEnd:function(){},time:function(){},timeEnd:function(){},trace:function(){},warn:function(){}};} var Util={KeyCode:{numberCodes:[48,49,50,51,52,53,54,55,56,57,96,97,98,99,100,101,102,103,104,105],validForNumber:function(keycode,allowed){for(var i in this.numberCodes){if(keycode===this.numberCodes[i]){return true;}} if(typeof allowed==="object"){for(var j in allowed){if(keycode===allowed[j]){return true;}}} return false;},validForDecimal:function(keycode){var allowed=[190,46,8,13,37,39];return this.validForNumber(keycode,allowed);},validForInteger:function(keycode){var allowed=[46,8,13,37,39];return this.validForNumber(keycode,allowed);}}};var Project={};