// JavaScript Document

function swapface(id) {
	document.getElementById('face').src='img/logo_face'+id+'.gif';
}