		$(document).ready(function(){
			
			
			
			$("#three_links UL").mouseover(function(){
					if( this.parentNode.className != 'selected_menu' ){
						
						HideAll();
						Show(hovered_menu);	
						if( hovered_link != "" ){ make_link_active(hovered_link) }	
					}
			});
			
		
		});
