function swapin(nome) {
	path = "/img/";
	document.images&&(document.images[nome].src=path+"blue.gif");
}

function swapout(nome) {
	path = "/img/";
	document.images&&(document.images[nome].src=path+"grey.gif");
}