function hover_on(id) {
	id.className='hover_on';
} 

function hover_out(id) {
	id.className='hover_off';
} 
