// JavaScript Document

function changeNavImage(_id, _name) {
	document.getElementById(_id).src = 'assets/images/'+_name+' ';
}