var windowBehaviours = {
	/**
	 * Window
	 */
	'.Window': function( element ) {
		IMWindow.factory( element );
	}
};
Behaviour.register( windowBehaviours );
