

function popImage(image)
{
	if(navigator.userAgent.indexOf("MSIE 6.0") == -1)
	{
	document.getElementById("image_droite").style.display = "block";
	document.getElementById("idImage").src=image.src;
	}
}


function fermeImage()
{
	if(navigator.userAgent.indexOf("MSIE 6.0") == -1)
	{
	document.getElementById("image_droite").style.display = "none";
	}
}

function popImageatplus(image)
{
	if(navigator.userAgent.indexOf("MSIE 6.0") == -1)
	{
	document.getElementById("image_gauche").style.display = "block";
	document.getElementById("idImage").src=image.src;
	}
}

function fermeImageatplus()
{
	if(navigator.userAgent.indexOf("MSIE 6.0") == -1)
	{
	document.getElementById("image_gauche").style.display = "none";
	}	
}	





/*	permet d'ajouter le site www.escort.fr au favoris du navigateur	*/
function favoris() {
    if ( navigator.appName != 'Microsoft Internet Explorer')
    {
        window.sidebar.addPanel('ESCORT Informatique','http://www.escort.fr/testsite/','ESCORT Informatique!');
    } else { 
        window.external.AddFavorite('http://www.escort.fr/testsite/','ESCORT Informatique');
    }
}




