function formatText(index, panel){
	return index + "";
}

jQuery(function(){
	jQuery('ul.menu').superfish();
});
