/*!
 * Ext JS Library 3.2.1
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */

Ext.BLANK_IMAGE_URL = 'fileadmin/scripts/ext/resources/images/default/s.gif';

Ext.onReady(function(){	

	//sr_language_menu_select

    var converted = new Ext.form.ComboBox({
        typeAhead: true,
        triggerAction: 'all',
        transform:'language_switch',
        width:135,
        forceSelection:false
    });

	converted.on('select', function() {
        document.location.href = converted.value;
	});
	
});
