function hover(value) {
    $('#mainText').fadeOut('fast');
    $(value).fadeIn('slow');
}