// Fonction d'ouverture de fenetre popup centree
// Simon - egzakt.com
// 2004-10-28
//
function egz_openwindow(lien,cible,w,h) {
	var _win;
	_win = window.open(lien,cible,'width=' + w + ',height=' + h + ',top=' + (screen.height - 400)/2 + 'left='+ (screen.width - 400)/2);
	_win.moveTo((screen.width - w)/2,(screen.height - h)/2);
	_win.focus();

	return _win;
}

pre_01 = new Image;
pre_01.src = "/images/i_boutons/envoyer_collegue_over.gif";
pre_02 = new Image;
pre_02.src = "/english/images/i_boutons/envoyer_collegue_over.gif";