
function link2(lien)
{
	window.location.href = lien;
}

