/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
gauche5=810
haut5=100
target5 = '_self';

color51 = "#FFFFFF";
color52 = "#FFFFFF";
color53 = "#000000";

menu5titre = new Array;
menu5lien = new Array;

	menu5titre[0]= '<center><u>Infos/réservations :<br></u>Mr et Mme Le Grouyer<br>Château de kermadio<br>56400 Pluneret<br><a href="mailto:infos@chateau-de-kermadio.com">infos@chateau-de-kermadio.com</a><br>tel : 02.97.24.2000</center>'
	menu5lien[0]= ''
document.write('<STYLE TYPE="text/css">#menu5 { position:absolute;top:'+haut5+';left:'+gauche5+'; }</STYLE>');

ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placeMenu5() {
if (ie4) {menu5.style.pixelTop=document.body.scrollTop+haut5}
else if (ns6) {document.getElementById("menu5").style.top=window.pageYOffset+haut5}
else if (ns4) {eval(document.menu5.top=eval(window.pageYOffset+haut5));}
if(ie4 || ns6 || ns4)
	setTimeout("placeMenu5()",1);
}

window.onload = placeMenu5;
document.write('<SPAN ID=menu5><table bgcolor=#FFFFFF border=1 cellspacing=0 cellpadding=3 bordercolorlight=#000000 bordercolordark=#C0C0C0 WIDTH=150>')
for(a=0;a<menu5lien.length;a++)
	{
	document.write('<TR><TD><FONT FACE="Verdana, Arial" SIZE=1><B>'+menu5titre[a]+'</B></FONT></TD></TR>');
	}
document.write('</TR></TABLE></SPAN>')

