		var STLang = 'spa';
		
		function Setcookie(e){
			if (e=="eng") { document.cookie="lang=english";}
			else {document.cookie="lang=spanish"; }
		}
		
		function Readcookie(e){
				STLang = "spa";
				if (document.cookie.indexOf("english")>0 ){ 
					STLang = "eng"; 
					//header.background-image="url(bgagi.gif)";
					header.className="headerE"; 
				};
		}
		
		function s(sa,en){  
			if (document.cookie.indexOf("english")>0 ) { return en; } else { return sa; };
			
		}
		
		function agmnu (e) { 
			
			document.write('<div id="header" class="headerS">');
			document.write('</div>');

			document.write('<div id="sponsor" >Sponsors:<br><br>');
			document.write('<img src="images/sponsor1.jpg"> <br><br>');
			document.write('<img src="images/sponsor6.jpg"> <br><br>');
			document.write('<img src="images/sponsor2.jpg"><br><br>');
			document.write('<img src="images/sponsor3.jpg"><br><br>');
			document.write('<img src="images/sponsor4.jpg"><br><br>');
			document.write('<img src="images/sponsor5.jpg"><br><br><br>');
			document.write('</div>');
			
			document.write('<div id="panel"><br><br>');
			document.write('<div id="opcion" ><a href="index.htm">'   +s("Inicio","Home"         )+'</a></div>');     
			document.write('<div id="opcion" ><a href="index-que.htm">'+s("La carrera","The race"             )+'</a></div>');
			document.write('<div id="opcion" ><a href="index-rut.asp">'+s("Ruta Mex-New York","Route Mex-New York"     )+'</a></div>');
			document.write('<div id="opcion" ><a href="index-ini.htm">'+s("Inicio en Mexico","Start in Mexico"               )+'</a></div>');
			document.write('<div id="opcion" ><a href="index-lle.htm">'+s("Llegada a New York","New York\'s arrival"         )+'</a></div>');
			document.write('<div id="opcion" ><a href="index-com.asp">'+s("Comunicados Prensa","Press Releases"              )+'</a></div>');
			document.write('<div id="opcion" ><a href="index-rep.asp">'+s("Reportes de Prensa","Media Coverage"              )+'</a></div>');
			document.write('<div id="opcion" ><a href="index-fot.asp" style="color:#FFFF66;">'+s("Fotografias <<","Photographs"                        )+'</a></div>');
			document.write('<div id="opcion" ><a href="index-sta.htm">'+s("Staff de la carrera","Race's Staff"               )+'</a></div>');
			document.write('<div id="opcion" ><a href="index-dec.asp">'+s("Manifiesto","Manifest"   )+'</a></div>');
			document.write('<div id="opcion" ><a href="index-pos.asp">'+s("Libro de Visitas","Guests\' Book"				 )+'</a></div>');
			//document.write('<br>');
			//document.write('<div id="opcion" ><a href="index-men.htm">'+s("Mensajes","Messages"        )+'</a></div>');
			//document.write('<span style="margin-left:40px; font-size:10px; ">');
			//document.write('<a href="index.htm" style="color:#A7D0F6; border:1px solid; text-decoration:none;" onclick="Setcookie(\'spa\');">Espaņol</a>  ');
			//document.write('<a href="index.htm" style="color:#A7D0F6; border:1px solid; text-decoration:none;" onclick="Setcookie(\'eng\');">English</a>');
			//document.write('</span>');
			document.write('</div>');
		
			document.write('<div id="panelbot"><br>');
			document.write('<a href="http://www.tepeyac.org"><span class=boton>'+s("Website Tepeyac","Tepeyac\'s Website"        )+'</span></a>');
			document.write('<br><br>');
			document.write('</div>');

		
		}