function change_over(id){
	eval("document.getElementById('"+id+"').style.backgroundImage = 'url(img/face/main/right_block/bk_on.gif)';");
	eval("document.getElementById('"+id+"').style.backgroundRepeat = 'repeat-y';");	
	eval("document.getElementById('"+id+"').style.backgroundPosition = 'center';");		
	eval("document.getElementById('"+id+"').style.backgroundColor = '#ffffff';");			
	eval("document.getElementById('"+id+"_1').style.color='#990000';");		
}
function change_out(id){
	eval("document.getElementById('"+id+"').style.backgroundImage = 'url(img/px.gif)';");
	eval("document.getElementById('"+id+"').style.backgroundRepeat = 'repeat-y';");	
	eval("document.getElementById('"+id+"').style.backgroundPosition = 'center';");			
	eval("document.getElementById('"+id+"').style.backgroundColor = '';");				
	eval("document.getElementById('"+id+"_1').style.color='#0B1738';");		
}
