bgcolor='#666666';
bgcolor2='#666666';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:10; left:10px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#666666; text-decoration:none;}')
document.write('.ejsmenu {color:#666666; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:10"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[0][0] = '<A HREF="index.php?rubrique=album&Dossier=himalayas" CLASS=ejsmenu>Himalayas</A>';
zlien[0][1] = '<A HREF="index.php?rubrique=album&Dossier=Ladhak" CLASS=ejsmenu>Ladhak</A>';
zlien[0][2] = '<A HREF="index.php?rubrique=album&Dossier=Sangla-valley" CLASS=ejsmenu>Sangla-valley</A>';
zlien[0][3] = '<A HREF="index.php?rubrique=album&Dossier=Tapovan" CLASS=ejsmenu>Tapovan</A>';
zlien[0][4] = '<A HREF="index.php?rubrique=album&Dossier=Gangotri1" CLASS=ejsmenu>Gangotri1</A>';
zlien[0][5] = '<A HREF="index.php?rubrique=album&Dossier=Gangotri2" CLASS=ejsmenu>Gangotri2</A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 165;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE WIDTH=165 BORDER=0 CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\"><FONT SIZE=1 FACE=\"Verdana\">"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</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 CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100%>')
document.write('<tr><TD WIDTH=100% HEIGHT="30" BGCOLOR=#666666 onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><a href="javascript:;">Galerie </a></TD></tr>')
	document.write('</TABLE></DIV>')
	}
document.write('</div>');
