function showInfo(){
   $( "#empora_more_info" ).show('slow');
}

function hideInfo(){
   $( "#empora_more_info" ).hide('slow');
}
