// JavaScript Document

function montre(idNiv1,idNiv2) {
	
	var smenu = "smenu";
	var id = smenu+idNiv1;
	
	if (idNiv2 != null){ 
		smenu = id+"-";
		id += "-"+idNiv2;
	}
	
	
	
	var d = document.getElementById(id);
	
	for (var i = 1; i<=10; i++) {
		if (document.getElementById(smenu+i)) {document.getElementById(smenu+i).style.display='none';}
	}
	
	if (d) {d.style.display='block';}
}

function PopUp(strFile, nWidth, nHeight)
{
    if((typeof WindowPopUp != "undefined") && (WindowPopUp != null))
        WindowPopUp.close();

    WindowPopUp = window.open("popup.php?file="+strFile, "popup", "left="+((screen.width-nWidth)/2)+", top="+((screen.height-nHeight)/2)+", width="+nWidth+", height="+nHeight);
    if(WindowPopUp != null)
        WindowPopUp.focus();
}

function favoris() {
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ window.sidebar.addPanel("Terre et Ciel, salon de coiffure Aix en Provence et Marseille","http://www.terreetciel-coiffure.com",""); }
else { window.external.AddFavorite("http://www.terreetciel-coiffure.com ","Terre et Ciel, salon de coiffure Aix en Provence et Marseille"); } }