/**
 * @author Leandro Peralta
 */

$(document).ready(function(){
	manager.load('dx_xb');
	$("li").click(function(){		
		manager.load($(this).attr('id'));
	});
});
