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[0][0] = '<A HREF="index.php" CLASS="ejsmenu">Accueil</A>';
zlien[0][1] = '<A HREF="index.php?page=1&cible=1" CLASS="ejsmenu">Un outil pour les collectivités</A>';
zlien[1][0] = '<A HREF="index.php?page=1&cible=2" CLASS="ejsmenu">Nos profils</A>';
zlien[2][0] = '<A HREF="index.php?page=1&cible=3" CLASS="ejsmenu">L\'Habitat, notre domaine</A>';
zlien[2][1] = '<A HREF="index.php?page=1&cible=4" CLASS="ejsmenu">Diagnostics de territoires / Etudes strat&eacute;giques</A>';
zlien[2][2] = '<A HREF="index.php?page=1&cible=5" CLASS="ejsmenu">Gestion / Animation de proc&eacute;dures publiques</A>';
zlien[3][0] = '<A HREF="index.php?page=1&cible=6" CLASS="ejsmenu">Etudes</A>';
zlien[3][1] = '<A HREF="index.php?page=1&cible=7" CLASS="ejsmenu">Gestion de proc&eacute;dures publiques</A>';
zlien[3][2] = '<A HREF="index.php?page=1&cible=8" CLASS="ejsmenu">Missions sp&eacute;cifiques</A>';
zlien[4][0] = '<A HREF="index.php?page=1&cible=9" CLASS="ejsmenu">B&eacute;arn des Gaves</A>';
zlien[4][1] = '<A HREF="index.php?page=1&cible=10" CLASS="ejsmenu">D&eacute;partement du Gers</A>';
zlien[4][2] = '<A HREF="index.php?page=1&cible=11" CLASS="ejsmenu">Neste Barousse</A>';
zlien[4][3] = '<A HREF="index.php?page=1&cible=12" CLASS="ejsmenu">Plateau Lannemezan / Baronnies</A>';
zlien[4][4] = '<A HREF="index.php?page=1&cible=13" CLASS="ejsmenu">Val d\'Adour</A>';
zlien[5][0] = '<A HREF="index.php?page=3" CLASS="ejsmenu">Contact</A>';
zlien[5][1] = '<A HREF="index.php?page=1&cible=14" CLASS="ejsmenu">Nous situer</A>';

function pop(msg,pos)
{
document.getElementById("topdeck").style.display = "none";

a=true

document.getElementById("topdeck").style.left = pos+"px";


var content ='<div class="div_menu_flotant">';
pass = 0

while (pass < msg.length)
	{
	content += msg[pass];
	pass++;
	}

content += '</div>';


document.getElementById("topdeck").innerHTML = content;
document.getElementById("topdeck").style.display = "block";
}
function kill()
{
document.getElementById("topdeck").style.display = "none";
}
document.onclick = kill;
