gauche5=10
haut5=50
target5 = '_parent';
color51 = "#00CC00";
color52 = "#B8C8FE";
color53 = "#000CC";
menu5titre = new Array;
menu5lien = new Array;
   menu5titre[0]= 'ACCUEIL'
	menu5lien[0]= 'index.html'	
	menu5titre[1]= 'MAISON CHARLES NOLL'
	menu5lien[1]= 'maison.html'
	menu5titre[2]= 'VIGNOBLE'
	menu5lien[2]= 'vignoble.html'
	menu5titre[3]= 'CAVEAU ET CAVE'
	menu5lien[3]= 'cave.html'
	menu5titre[4]= 'CEPAGES DŽALSACE'
	menu5lien[4]= 'cepage.html'
	menu5titre[5]= 'APPELATION ET MENTION '
	menu5lien[5]= 'appelati.html'	
	menu5titre[6]= 'GRAND CRU MANDELBERG'
	menu5lien[6]= 'mandelbe.html'
	menu5titre[7]= 'GRAND CRU SPOREN'
	menu5lien[7]= 'sporen.html'
	menu5titre[8]= 'GRAND CRU GLOECKELBERG'
	menu5lien[8]= 'gloeckel.html'
	menu5titre[9]= 'NOS VINS'
	menu5lien[9]= 'vin.html'	
	menu5titre[10]= 'NOS EAUX DE VIE'
	menu5lien[10]= 'eaux.html'	
	menu5titre[11]= 'GASTRONOMIE'
	menu5lien[11]= 'gastrono.html'
	menu5titre[12]= 'ARTS ET VINS'
	menu5lien[12]= 'art.html'
	menu5titre[13]= 'CONTACT'
	menu5lien[13]= 'mailto:info@vinsnoll.com'
	menu5titre[14]= 'LIENS'
	menu5lien[14]= 'lien.html'
	menu5titre[15]= 'MON BLOG'
	menu5lien[15]= 'http://vinsnoll.blogspot.com/'
	
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=#00DEFF border=1 cellspacing=1 cellpadding=3 bordercolorlight=#000000 bordercolordark=#C0C0C0 WIDTH=180><TR>	<TD ALIGN=center> <b>Vins d ŽAlsace<br>Vignoble<br>CHARLES NOLL</b></TD></TR>')
for(a=0;a<menu5lien.length;a++)
	{
	document.write('<TR><TD onMouseOut=	"this.style.background=\''+color51+'\'" onMouseOver="this.style.background=\''+color52+'\'" STYLE="cursor:hand" onClick="window.open(\''+menu5lien[a]+'\',\''+target5+'\')"><FONT FACE="Verdana, Arial" SIZE=1><B><A HREF="'+menu5lien[a]+'" TARGET="'+target5+'" STYLE="text-decoration:none;color:'+color53+'">'+menu5titre[a]+'</A></B></FONT></TD></TR>');
	}
document.write('</TR><td><div align="center"><img src="vingneron.jpg" border="0" width="103" height="144" alt=""></div></td></TABLE></SPAN>')