// JavaScript Document

window.google_analytics_uacct = "UA-241937-32";

if (top.location != location) { 
	top.location.href=location.href;
}

function ext(lien) {
	var hauteur = screen.height-100;
	var largeur = screen.width-100;
	var haut=(screen.height-hauteur)/2;
	var gauche=(screen.width-largeur)/2; 
	window.open(lien, '_blank','toolbar=yes,location= yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,directories=yes,width='+largeur+',height='+hauteur+',top='+haut+',left='+gauche+'');
	pageTracker._trackPageview(lien);
	window.location.href='#';
	return false;
}

