$(function() {
	var top_en_bx01 = document.getElementById('top_en_bx01');
	IEPNGFIX.hover(top_en_bx01, '../../common_files/img/top_en_bx01_on.png');
	
	var top_en_bx02 = document.getElementById('top_en_bx02');
	IEPNGFIX.hover(top_en_bx02, '../../common_files/img/top_en_bx02_on.png');
	
	var top_en_br01 = document.getElementById('top_en_br01');
	IEPNGFIX.hover(top_en_br01, '../../common_files/img/top_en_br01_on.png');
	
	var top_en_br02 = document.getElementById('top_en_br02');
	IEPNGFIX.hover(top_en_br02, '../../common_files/img/top_en_br02_on.png');
	
	var top_en_br03 = document.getElementById('top_en_br03');
	IEPNGFIX.hover(top_en_br03, '../../common_files/img/top_en_br03_on.png');
	
	var top_en_br04 = document.getElementById('top_en_br04');
	IEPNGFIX.hover(top_en_br04, '../../common_files/img/top_en_br04_on.png');
	
	var top_en_br05 = document.getElementById('top_en_br05');
	IEPNGFIX.hover(top_en_br05, '../../common_files/img/top_en_br05_on.png');
	
	var top_en_bc01 = document.getElementById('top_en_bc01');
	IEPNGFIX.hover(top_en_bc01, '../../common_files/img/top_en_bc01_on.png');
});

