/*

onLoad="iPhoneAlert();"

function iPhoneAlert() {
if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.
match(/iPod/i))){
var question = confirm("Souhaitez-vous naviguer sur le site optimisé pour iPhone?")
	if (question){
	window.location = "http://www.easyserviceinformatique.com/nos-services/solutions-8/votre-smartphone-29.html";
	} else{
	
	}
}
}
*/