/* Codi per deshabilitar el botó de la Dreta i forçar a afegir a favorits

*/
var propietari='Guarderia El Petit Lord S.L.\nTel. 972 211902 - Girona\nhttp://www.elpetitlord.cat'
function addFavorits (){
			window.external.AddFavorite('http://www.elpetitlord.cat','Guarderia El petit Lord S.L. - Girona');
}

function nokeys(e) {
        if (navigator.appName == 'Netscape' && 
        (e.which == 3 || e.which == 2))
        return false;
        else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
		{
        alert('\nSitio Web Creado por Raymar Solutions S.L.' + '\nPropiedad de ' + propietari)
        return false;
        }
        return true;
}




