var Config = { 	
	debug: true,
    siteurl: location.protocol + '//' + location.hostname
};

var LangConfig = {pl:{},en:{}};
 
function stopDefault(e) { if(e && e.stopPropagation) { e.stopPropagation(); } };
