if(navigator.userAgent.match(navigator.userAgent.match(/IEMobile|Windows CE|NetFront|PlayStation|PLAYSTATION|like Mac OS X|MIDP|UP\.Browser|Symbian|Nintendo|Android|blackberry/))){
     window.location="http://lerocherdepalmer.fr/mobiles/";
}
if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))){ 
     if(document.cookie.indexOf("iphone_redirect=false")==-1)window.location="http://lerocherdepalmer.fr/mobiles/"; 
}
if(document.body){
	var larg=(document.body.clientWidth);var haut=(document.body.clientHeight);
}else{
	var larg=(window.innerWidth);var haut=(window.innerHeight);
}
var w=screen.availWidth,h=screen.availHeight;
window.moveTo(0,0);window.resizeTo(w,h);
function loadPage(url){ 
	document.getElementById('f_2').innerHTML = '<iframe src="' + url + '" width="640" height="480"></iframe>'; 
} 

