/**
 *	@author Piotr 'pepe' Picheta
 *  
 *	@copyright 	Copyright (c) 2008, Autentika
 */

var Config = { 	
	debug : true
};
 
function stopDefault(e) { if(e && e.stop) { e.stop(); } };