
function ZoomImage(NomImage,Type)
{
if (!Type)    {  Type = "articles"; }

window.FenetreZoomImage = window.open('/zoomimage.php?photo='+NomImage+'&type='+Type,'zoomimage','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1');
window.FenetreZoomImage.focus();
};

		
		

function ajout_favoris()
{
	var ua=navigator.userAgent.toLowerCase();
	var konq=(ua.indexOf('konqueror')!=-1);
	var saf=(ua.indexOf('webkit')!=-1);
	var mac=(ua.indexOf('mac')!=-1);
	var ctrlKey=mac?'Command/Cmd':'CTRL';

	if(window.external && (!document.createTextNode ||(typeof(window.external.AddFavorite)=='unknown'))) {
		window.external.AddFavorite("http://boutique.jpsquad.com","Boutique JPS - Pièces et accessoires BRP");
	}
	else if(konq) {
		alert('Veuillez appuyer sur CTRL + B pour ajouter la Boutique JPS à vos favoris.');
	} else if(window.opera) {
		void(0);
	} else if(window.home||saf) {
		alert('Veuillez appuyer sur '+ctrlKey+' + D pour ajouter la Boutique JPS à vos favoris.');

	} else if(!window.print || mac) {
		alert('Veuillez appuyer sur Command/Cmd + D pour ajouter la Boutique JPS à vos favoris.');    
	} else {
		alert('Votre navigateur Internet n\'étant pas reconnu, vous devrez ajouter la Boutique JPS manuellement à vos favoris.');
	}
}
