function maximiser() {
parent.window.moveTo(0,0);
parent.window.resizeTo(screen.width,screen.height);
}

function orienter() {
	if (screen.width >= 1024) {
		document.write('<a href="http://perso.wanadoo.fr/franck.lenoel/benbaie/haute/accueil.html" target="_top"><img border="0" src="photos/B01-05-05p.jpg" width="586" height="389"></a>')
	} else {
		document.write('<a href="http://perso.wanadoo.fr/franck.lenoel/benbaie/basse/accueil.html" target="_top"><img border="0" src="photos/B01-05-05p.jpg" width="381" height="253"></a>')
	}
}

function Espace(){
  if (navigator.appName.indexOf("Netscape") > -1) {document.write(" ")}
  }
