/**************************************************************

	Script		: Widget
	Version		: 1.0
	Authors		: Pieter Soudan
	Desc		: a Pane Class for displaying simple modal panes.
	Licence		: property of Red & Ivory

**************************************************************/

var Pane = ModalWindow.extend({

    options: {
    },
    
    initialize: function(options){
        
        this.parent(options);
    }
});
