// http://www.editeurjavascript.com/forum/topic,7,39784,0.html
// http://www.editeurjavascript.com/scripts/scripts_navigation_1_111.php
bgcolor='#FFFFFF';
bgcolor0='#aab4d1'; //CC0000';
bgcolor1='#596ba0'; //CC0000';
bgcolor2='#2d4ca4'; //CC0000';
bgcolor3='#192d68'; //CC0000';
bgcolor4='#7694eb'; //CC0000';
bgcolor5='#3445ec'; //CC0000';
bgcolor6='#00FF00'; //CC0000';
bgcolor7='#15a053'; //CC0000';
bgcolor8='#4b7d49'; //CC0000';
bgcolor9='#616b0a'; //CC0000';

zgcolor = new Array;
zgcolor[0] = '#E9967A'; //CC0000';
zgcolor[1] = '#FF69B4'; //CC0000';
zgcolor[2] = '#FF6347'; //CC0000';
zgcolor[3] = '#48D1CC'; //CC0000';
zgcolor[4] = '#FFA500'; //CC0000';
zgcolor[5] = '#BC8F8F'; //CC0000';
zgcolor[6] = '#00FF00'; //CC0000';
zgcolor[7] = '#FFB6C1'; //CC0000';
zgcolor[8] = '#D2691E'; //CC0000';
zgcolor[9] = '#ADFF2F'; //CC0000';

document.write('<style type="text/css">');
document.write('.popper { POSITION: relative; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:relative; z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none; text-align:center;}')
document.write('A.ejsmenu {color:#aab4d1; text-decoration:none; text-align:center;}')
document.write('</style>')
document.write('<div style="position:relative;height:65"><DIV class=popper id=topdeck></DIV>');
var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 24;

function pop(msg,pos)
{
	skn.visibility = "hidden";
	a=true
	skn.left = pos;
	var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFFFFF WIDTH=150><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='"+zgcolor[pass]+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\">  "+msg[pass]+"</FONT></TD></TR>";
			pass++;
		}
	content += "</TABLE></TD></TR></TABLE>";
	if (nava)
		{
			skn.document.write(content);
			skn.document.close();
			skn.visibility = "visible";
		}
	else if (dom)
			{
				document.getElementById("topdeck").innerHTML = content;
				skn.visibility = "visible";
			}
		else if (iex)
			{
				document.all("topdeck").innerHTML = content;
				skn.visibility = "visible";
			}
}

function kill()
{
	skn.visibility = "hidden";
}

document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFFFFF WIDTH=876><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=30><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" href="http://www.sante.gov.mg/" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><center>ACCEUIL</center></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)"  href="http://www.sante.gov.mg/index.php/Actualit&eacute;s/" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><center>ACTUALITES</center></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor4+'\';pop(zlien[2],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)"  href="http://www.sante.gov.mg/index.php/Telecharge/" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><center>TELECHARGER</center></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor5+'\';pop(zlien[3],300)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" onMouseOver="pop(zlien[3],300)" href="http://www.sante.gov.mg/index.php/Table/Organismes/" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><center>ORGANISMES</center></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor6+'\';pop(zlien[4],400)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)"  href="index.php" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><center>GALERIES</center></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor7+'\';pop(zlien[5],500)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)"  href="index.php" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><center>PARTENAIRES</center></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor8+'\';pop(zlien[6],600)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)"  href="http://www.sante.gov.mg/index.php/contacts/category/?catid=0" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><center>CONTACTS</center></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
