﻿$(document).ready(function() {
	$('#languages').nmcDropDown({
    show: {height: 'show', opacity: 'show'}
	});
	
});
