function surSurvol(elem, bfilename)
{
	elem.background = "/design/"+bfilename;
	elem.children.tags('A')[0].style.color = "#7E93AA";
}

function horsSurvol(elem, bfilename)
{
	elem.background = "/design/"+bfilename;
	elem.children.tags('A')[0].style.color = "#FFFFFF";
}

function surClick(elem, bfilename)
{
	elem.background = "/design/"+bfilename;
	elem.children.tags('A')[0].style.color = "#7E93AA";
}

function surValidation(path)
{
	location.href = path;
}
cellswitch = new Image();
cellswitch.src = "/design/navigation5.gif";

