Strict Standards: Non-static method IMF::getPrototype() should not be called statically in /home/niszczar/ekrany-projekcyjne-adeo/prototype.php on line 10
Strict Standards: Non-static method IMF::loadFile() should not be called statically in /home/niszczar/ekrany-projekcyjne-adeo/IMF/class.IMF.php on line 542
Strict Standards: Non-static method IMF::getDir() should not be called statically in /home/niszczar/ekrany-projekcyjne-adeo/IMF/class.IMF.php on line 308
Strict Standards: Non-static method IMF::includePath() should not be called statically in /home/niszczar/ekrany-projekcyjne-adeo/IMF/class.IMF.php on line 314
Strict Standards: Non-static method IMF::isRegistered() should not be called statically in /home/niszczar/ekrany-projekcyjne-adeo/IMF/class.IMF.php on line 96
Strict Standards: Non-static method IMF::register() should not be called statically in /home/niszczar/ekrany-projekcyjne-adeo/IMF/class.IMF.php on line 109
/* Prototype JavaScript framework, version 1.6.0.2
* (c) 2005-2008 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site: http://www.prototypejs.org/
*
*--------------------------------------------------------------------------*/
var Prototype = {
Version: '1.6.0.2',
Browser: {
IE: !!(window.attachEvent && !window.opera),
Opera: !!window.opera,
WebKit: navigator.userAgent.indexOf('AppleWebKit/') > -1,
Gecko: navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('KHTML') == -1,
MobileSafari: !!navigator.userAgent.match(/Apple.*Mobile.*Safari/)
},
BrowserFeatures: {
XPath: !!document.evaluate,
ElementExtensions: !!window.HTMLElement,
SpecificElementExtensions:
document.createElement('div').__proto__ &&
document.createElement('div').__proto__ !==
document.createElement('form').__proto__
},
ScriptFragment: '