var OptionsWindow = React.createClass({
    mixins : [
        Reflux.connect(OptionsWindowStore, 'optionsWindow')
    ],
    render : function() {