function confpass(id){
	if(id==0)
		window.open('A02_pmajeur.asp','','width=343,height=195,scrollbars=no');
	else
		document.location = '../B_Abbaye/B01_default.asp';
}
function openMentions() {
	hauteur = 400;
	longueur = 400;
	haut = screen.height/2 - hauteur/2;
	dim = screen.width/2 - longueur/2;
	window.open('../B_Abbaye/B02_mentions.asp','','width='+longueur+',height='+hauteur+',left='+dim+',top='+haut+',scrollbars=yes');
}
function openEven() {
	hauteur = 570;
	longueur = 450;
	haut = screen.height/2 - hauteur/2;
	dim = screen.width/2 - longueur/2;
	window.open('../C_Evenement/C01_biere_noel.asp','','width='+longueur+',height='+hauteur+',left='+dim+',top='+haut+',scrollbars=no');
}
function openCanister() {
	hauteur = 570;
	longueur = 450;
	haut = screen.height/2 - hauteur/2;
	dim = screen.width/2 - longueur/2;
	window.open('../C_Evenement/C02_canister.asp','','width='+longueur+',height='+hauteur+',left='+dim+',top='+haut+',scrollbars=no');
}
function openCards() {
	hauteur = 450;
	longueur = 400;
	haut = screen.height/2 - hauteur/2;
	dim = screen.width/2 - longueur/2;
	window.open('../D_Goodies/D01_home.asp','','width='+longueur+',height='+hauteur+',left='+dim+',top='+haut+',scrollbars=no');
}

function popAffligem() {
	hauteur = 570;
	longueur = 450;
	haut = screen.height/2 - hauteur/2;
	dim = screen.width/2 - longueur/2;
	window.open('../C_Evenement/C03_eve_bout.asp','','width='+longueur+',height='+hauteur+',left='+dim+',top='+haut+',scrollbars=no');
}

function imp(id) {
	top.frames.spy.document.location ='receprint'+id+'.asp';
}
function xt_flash(typefl,page,niv2)
{
hsh = new Date();
hsd = document;
hsr = hsd.referrer.replace(/[<>]/g, '');
xt_img = new Image();
hsi = 'http://logi3.xiti.com/hit.xiti?s=132591&s2='+niv2;
hsi += '&p='+page+'&type='+typefl+'&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds();
if(parseFloat(navigator.appVersion)>=4)
{Xiti_s=screen;hsi += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;}
hsi += '&ref=' + hsr.replace(/&/g, '$');
xt_img.src = hsi;
return;
}