function inset(elt, c) {elt.style.background=c;}
function outset(elt, c) {elt.style.background=c;}
function affimg(i, w, h)
{
	fen=window.open(i, 'image', 'scrollbars=no,left=10,top=10');
	fen.innerwidth=w;
	fen.innerheight=h;
	fen.focus();
}

function rien()
{
}

function seldemande(n)
{
	document.faffdemande.sel.value=n;
	faffdemande.submit();
}

function selmail(n)
{
	document.faffmail.sel.value=n;
	faffmail.submit();
}
