
function openContact(lien)
{
	theWin = window.open(lien, 'Contact', 'toolbar=no, location=no, directories=no, status=no, scrollbars=no, resizable=yes, copyhistory=no, width=620, height=550, left=50, top=50');
	theWin.focus();
	return false;
}

