function gif_over(id, i){
	eval("document.images['"+id+"'].src='/img/base/header/top_menu/menu_top"+i+"on.gif'");
}
function gif_out(id, i){
	eval("document.images['"+id+"'].src='/img/base/header/top_menu/menu_top"+i+".gif'");
}
function change_over(id){
	eval("document.getElementById('"+id+"').style.backgroundImage = 'url(/img/base/header/bk_on.gif)';");
	eval("document.getElementById('"+id+"').style.backgroundRepeat = 'repeat-x';");	
	eval("document.getElementById('"+id+"').style.color='#ffffff'");		
	eval("document.getElementById('"+id+"_1').src='/img/base/header/header_on.gif';");
}
function change_out(id){
	eval("document.getElementById('"+id+"').style.backgroundImage = 'url(/img/base/header/bk_menu.gif)';");
	eval("document.getElementById('"+id+"').style.backgroundRepeat = 'repeat-x';");	
	eval("document.getElementById('"+id+"').style.color='#333333';");		
	eval("document.getElementById('"+id+"_1').src='/img/base/header/menu_header.gif';");
	
}

