google.load("jquery", "1.3.2");
google.load("jqueryui", "1.7.2");
google.setOnLoadCallback(function() {
	$("#menuAccordion").accordion({
		autoHeight: false
	});
	
	

	 
	Ext.onReady(function(){
		//tinyMCE.get('openingHours_hu').makeReadOnly(true);
	});
});
