function pleinecran()
{
window.open("index2.htm","masdelachapelle",'toolbar=0,scrollbars=0,menubar=0,location=0,resizable=yes,fullscreen=yes,directories=0,status=0,width='+(screen.width-10)+',height='+(screen.height-59)+',left=0,top=0')
}


function home()
{
window.open('index2.htm','masdelachapelle','width='+(screen.width-10)+',height='+(screen.height-55)+',top=0,left=0,location=no,menubar=no,resizable=no,scrollbars=no,titlebar=no,status=no,fullscreen=yes,toolbar=no');    
}



function redir()
		{
			if (screen.width<800) {window.location="index_800.html";}
			if (screen.width==800) {window.location="index_800.html";}
			if (screen.width==1024) {window.location="#";}			
			if (screen.width==1152) {window.location="#";}			
			if (screen.width>1152) {window.location="#";}			
		}