bgcolor='#d6f5c5';
bgcolor2='#c8ebf1';
document.write('<style type="text/css">');
document.write('.popper { POSITION:absolute ; VISIBILITY: hidden; z-index:15; left:99px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#c8ebf1; text-decoration:underline;}')
document.write('.ejsmenu {color:#d6f5c5; text-decoration:none; font-size: 10 pt;}')
document.write('</style>')
document.write('<div style="position:absolute ;height:150"><DIV class=popper id=topdeck></DIV>');
/*
1er bgcolor : couleur fond cellule
2ème bgcolor2 : couleur fond cellule over
1ère couleur : couleur du texte over avec lien
2ème couleur : texte des cellules
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;
zlien[7] = new Array;
zlien[8] = new Array;
zlien[9] = new Array;
zlien[10] = new Array;
zlien[11] = new Array;
zlien[1][0] = '<A HREF="situation.html" CLASS=ejsmenu>Situation de la commune</A>';
zlien[1][1] = '<A HREF="histoire.html" CLASS=ejsmenu>Histoire et Patrimoine</A>';
zlien[1][2] = '<A HREF="population.html" CLASS=ejsmenu>Population</A>';

zlien[2][0] = '<A HREF="horaires.html" CLASS=ejsmenu>Horaires d\'ouverture</A>';
zlien[2][1] = '<A HREF="conseil.html" CLASS=ejsmenu>Conseil Municipal</A>';
zlien[2][2] = '<A HREF="demarches.html" CLASS=ejsmenu>Démarches administratives</A>';
zlien[2][3] = '<A HREF="viennale.html" CLASS=ejsmenu>La Viennale n° 12</A>';
zlien[3][0] = '<A HREF="cantine.html" CLASS=ejsmenu>Cantine</A>';
zlien[3][1] = '<A HREF="centre.html" CLASS=ejsmenu>Accueil de Loisirs</A>';
zlien[3][2] = '<A HREF="ecole.html" CLASS=ejsmenu>Ecole</A>';
zlien[3][3] = '<A HREF="garderie.html" CLASS=ejsmenu>Garderie</A>';
zlien[3][4] = '<A HREF="jeunes.html" CLASS=ejsmenu>Espace Maugerie Jeunes </A>';
zlien[4][0] = '<A HREF="agriculteur.html" CLASS=ejsmenu>Agriculteur / Eleveur</A>';
zlien[4][1] = '<A HREF="arts.html" CLASS=ejsmenu>Arts et Cultures</A>';
zlien[4][2] = '<A HREF="commerces.html" CLASS=ejsmenu>Commerces</A>';
zlien[4][3] = '<A HREF="construction.html" CLASS=ejsmenu>Construction / Habitat</A>';
zlien[4][4] = '<A HREF="esthe-beaute.html" CLASS=ejsmenu>Esthétique / Beauté</A>';
zlien[4][5] = '<A HREF="garagiste.html" CLASS=ejsmenu>Garagistes</A>';
zlien[4][6] = '<A HREF="hotel-resto.html" CLASS=ejsmenu>Hôtellerie / Restaurants</A>';
zlien[4][7] = '<A HREF="loisirs.html" CLASS=ejsmenu>Loisirs</A>';
zlien[4][8] = '<A HREF="sante.html" CLASS=ejsmenu>Santé</A>';
zlien[4][9] = '<A HREF="services.html" CLASS=ejsmenu>Services</A>';

zlien[6][0] = '<A HREF="randonnees.html" CLASS=ejsmenu>ASV Randonnées</A>';
zlien[6][1] = '<A HREF="vtt.html" CLASS=ejsmenu>ASV VTT</A>';
zlien[6][2] = '<A HREF="esperancemusicale.html" CLASS=ejsmenu>Espérance Musicale</A>';
zlien[6][3] = '<A HREF="clubdesjeunes.html" CLASS=ejsmenu>Club des Jeunes</A>';
zlien[6][4] = '<A HREF="foyerviennois.html" CLASS=ejsmenu>Le Foyer Viennois</A>';
zlien[6][5] = '<A HREF="focale.html" CLASS=ejsmenu>Focale Vienne</A>';
zlien[6][6] = '<A HREF="letempsdelire.html" CLASS=ejsmenu>Le Temps de Lire</A>';
zlien[6][7] = '<A HREF="ramdam.html" CLASS=ejsmenu>RamDam - Théâtre</A>';
zlien[6][8] = '<A HREF="lasoory.html" CLASS=ejsmenu>La Soory Viennoise et EPN</A>';
zlien[6][9] = '<A HREF="archeologie.html" CLASS=ejsmenu>Musée Archéologique</A>';
zlien[6][10] = '<A HREF="clubdesjeunes.html" CLASS=ejsmenu>Vide-Grenier</A>';






if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 161;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#ffffff WIDTH=200><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=25><FONT SIZE=2 FACE=\"Arial\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
	{
	document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#C8EBF1 WIDTH=161 HEIGHT=100><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=150>')
document.write('<tr><TD WIDTH=170 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><a HREF="index.html"> <FONT SIZE=2 FACE="Arial">Accueil</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],20)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><FONT color=#325e32 SIZE=2 FACE="Arial">Présentation</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],40)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><FONT color=#325e32 SIZE=2 FACE="Arial">Mairie</FONT> </TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><FONT color=#325e32 SIZE=2 FACE="Arial">Enfance et Scolarité</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],80)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><FONT color=#325e32 SIZE=2 FACE="Arial">Nos Commerçants</FONT></TD></tr>')

document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],100)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><a HREF="agenda2010.html"> <FONT color=#325e32 SIZE=2 FACE="Arial">Agenda 2010</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],110)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu> <FONT color=#325e32 SIZE=2 FACE="Arial">Associations</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[7],100)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><a HREF="contact.html"> <FONT color=#325e32 SIZE=2 FACE="Arial">Contact</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[8],100)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><a HREF="bonnesaffaires.html"> <FONT color=#325e32 SIZE=2 FACE="Arial">Les bonnes affaires</FONT></TD></tr>')
document.write('<tr><TD WIDTH=164 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[9],100)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=.ejsmenu><a HREF="telethon.html"> <FONT color=#325e32 SIZE=2 FACE="Arial">Le Telethon 2009</FONT></TD></tr>')

	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');


