function changeimg(obj, img) {
	path = 'images/nav/'
	obj.getElementsByTagName('img')[0].src = path+img;
}
