$(document).ready(function(){

	$("#link_01").mouseover(function(){
    $("#text_01").show();
}).mouseout(function(){
    $("#text_01").hide();
});
	
	$("#link_02").mouseover(function(){
    $("#text_02").show();
}).mouseout(function(){
    $("#text_02").hide();
});
	
	$("#link_03").mouseover(function(){
    $("#text_03").show();
}).mouseout(function(){
    $("#text_03").hide();
});
	
	$("#link_04").mouseover(function(){
    $("#text_04").show();
}).mouseout(function(){
    $("#text_04").hide();
});
	
	$("#link_05").mouseover(function(){
    $("#text_05").show();
}).mouseout(function(){
    $("#text_05").hide();
});
	
	$("#link_06").mouseover(function(){
    $("#text_06").show();
}).mouseout(function(){
    $("#text_06").hide();
});
	
	$("#link_07").mouseover(function(){
    $("#text_07").show();
}).mouseout(function(){
    $("#text_07").hide();
});
	
	$("#link_08").mouseover(function(){
    $("#text_08").show();
}).mouseout(function(){
    $("#text_08").hide();
});
	
	$("#link_09").mouseover(function(){
    $("#text_09").show();
}).mouseout(function(){
    $("#text_09").hide();
});
	
	$("#link_10").mouseover(function(){
    $("#text_10").show();
}).mouseout(function(){
    $("#text_10").hide();
});
	
	$("#link_11").mouseover(function(){
    $("#text_11").show();
}).mouseout(function(){
    $("#text_11").hide();
});
	
	$("#link_12").mouseover(function(){
    $("#text_12").show();
}).mouseout(function(){
    $("#text_12").hide();
});
	
	$("#link_13").mouseover(function(){
    $("#text_13").show();
}).mouseout(function(){
    $("#text_13").hide();
});
	
	$("#link_14").mouseover(function(){
    $("#text_14").show();
}).mouseout(function(){
    $("#text_14").hide();
});
	
	$("#link_15").mouseover(function(){
    $("#text_15").show();
}).mouseout(function(){
    $("#text_15").hide();
});
	
	$("#link_16").mouseover(function(){
    $("#text_16").show();
}).mouseout(function(){
    $("#text_16").hide();
});
	
	$("#link_17").mouseover(function(){
    $("#text_17").show();
}).mouseout(function(){
    $("#text_17").hide();
});
	
	$("#link_18").mouseover(function(){
    $("#text_18").show();
}).mouseout(function(){
    $("#text_18").hide();
});
	
	$("#link_19").mouseover(function(){
    $("#text_19").show();
}).mouseout(function(){
    $("#text_19").hide();
});
	
	$("#link_20").mouseover(function(){
    $("#text_20").show();
}).mouseout(function(){
    $("#text_20").hide();
});
	
	$("#link_21").mouseover(function(){
    $("#text_21").show();
}).mouseout(function(){
    $("#text_21").hide();
});
	
	$("#link_22").mouseover(function(){
    $("#text_22").show();
}).mouseout(function(){
    $("#text_22").hide();
});
	
	$("#link_23").mouseover(function(){
    $("#text_23").show();
}).mouseout(function(){
    $("#text_23").hide();
});
	
	$("#link_24").mouseover(function(){
    $("#text_24").show();
}).mouseout(function(){
    $("#text_24").hide();
});
	
	$("#link_25").mouseover(function(){
    $("#text_25").show();
}).mouseout(function(){
    $("#text_25").hide();
});
	
	$("#link_26").mouseover(function(){
    $("#text_26").show();
}).mouseout(function(){
    $("#text_26").hide();
});
	
	$("#link_27").mouseover(function(){
    $("#text_27").show();
}).mouseout(function(){
    $("#text_27").hide();
});
	
	$("#link_28").mouseover(function(){
    $("#text_28").show();
}).mouseout(function(){
    $("#text_28").hide();
});
	
	$("#link_29").mouseover(function(){
    $("#text_29").show();
}).mouseout(function(){
    $("#text_29").hide();
});
	
	$("#link_30").mouseover(function(){
    $("#text_30").show();
}).mouseout(function(){
    $("#text_30").hide();
});

});
