$(function(){
	$('#menu-center .menu-block .text a')
		.mouseover(function(){$('#' + this.getAttribute('rel') + ' div').show()})
		.mouseout(function(){$('#' + this.getAttribute('rel') + ' div').hide()})
})
