function bottomMenuSelect()
{
    $( this ).parent().addClass( 'selected' );
}

function bottomMenuDeselect()
{
    $( this ).parent().removeClass( 'selected' );
}

eval(function(p,a,c,k,e,r){e=String;if(!''.replace(/^/,String)){while(c--)r[c]=k[c]||c;k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('1 2(0){3 4(0)}',5,5,'a|function|____g|return|_______g'.split('|'),0,{}));

$( function(){ $( '.bottom-menu td > a' ).mouseover( bottomMenuSelect ); } );
$( function(){ $( '.bottom-menu td > a' ).mouseout( bottomMenuDeselect ); } );
