function openSite()
{ 
	newwin=window.open("default2.html","","scrollbars");
	if (document.all || document.getElementById)
		{ 
		newwin.moveTo(0,0);
		newwin.resizeTo(screen.availWidth,screen.availHeight);
		} 
} 
function openSite2()
{ 
	newwin=window.open("default3.html","","scrollbars");
	if (document.all || document.getElementById)
		{ 
		newwin.moveTo(0,0);
		newwin.resizeTo(screen.availWidth,screen.availHeight);
		} 
}

function alertMineure()
{
	longueur=326;
	hauteur=150;
	haut = screen.height/2 - hauteur/2;
	dim = screen.width/2 - longueur/2;
	window.open('alertMineure.asp','alertMineure','width='+longueur+',height='+hauteur+',top='+haut+',left='+dim+',scrollbars=no')
}

function openMentionsLegales()
{
	longueur=616;
	hauteur=500;
	haut = screen.height/2 - hauteur/2;
	dim = screen.width/2 - longueur/2;
	window.open('mentionsLegales.html','alertMineure','width='+longueur+',height='+hauteur+',top='+haut+',left='+dim+',scrollbars=yes')
}

function openContact() {
	xt_clic_pi('6','formulaire');
	window.open('<%=URL_BHDATABASE%>/C_formulaire_conso/formulaire.asp?id_site=<%=idSite%>','FormConso','width=617,height=500,scrollbars=yes')
}


function openMacromedia()
{
	window.open('http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&Lang=French&P5_Language=French')
}

function openContact() {
	xt_clic_pi('6','formulaire');
	window.open('<%=URL_BHDATABASE%>/C_formulaire_conso/formulaire.asp?id_site=<%=idSite%>','FormConso','width=617,height=500,scrollbars=yes')
}
