<!-- Cloak from ancient browsers

function go(form) {
        var pages=form.to.selectedIndex
        if ( form.to.options[form.to.selectedIndex].value
        != "none" ) {
        page=form.to.options[pages].value;
        window.open(page,"_top");
        //location.href=form.to.options[pages].value;
        }
};

var foundit = 1;
document.write("<table width='641' height='27' border='0' cellspacing='0' cellpadding='0' background='http://navbar.disneyinternational.com/es/topnav.gif'>");
document.write("<tr>");
document.write("<td height='27'>");
document.write("<table height='27' width='640' border='0' cellspacing='0' cellpadding='0'>");
document.write("<form method='post' action=''>");
document.write("<tr>"); 
document.write("<td height='27' width='146'><a href='http://www.disney.es' target='_top'>");
document.write("<img src='http://navbar.disneyinternational.com/es/disney_logo.gif' width='133' height='27' border='0' alt='Disney.es'></a></td>");
document.write("<td width='291' align='right' background=''>");
document.write("<a href='http://inscripcion.disney.es/ES.ES.DIS/homepage.jsp'><img src='http://navbar.disneyinternational.com/es/images/registration_Ticker.gif' width='291' height='27' border='0'></a>");
document.write("</td>");
document.write("<td width='193' align='right' background=''>");
document.write("<select name='to' size=1 onChange='go(this.form)'>");
document.write("<option selected value='none'>Ir a...</option>");
document.write("<option value='http://www.disney.es/'>Home</option>");
document.write("<option value='http://www.disney.es/DisneyBlast/'>Blast</option>");
document.write("<option value='http://www.disney.es/FilmesDisney/'>Filmes Disney</option>");
document.write("<option value='http://www.disney.es/DisneyChannel/'>Disney Channel</option>");
document.write("<option value='http://www.disneylandparis.com/'>Disneyland&reg; Resort Paris</option>");
document.write("<option value='http://www.disneylandparis.com/es/explore_disneyland_paris/walt_disney_studios/'>Walt Disney&reg; Studios</option>");
document.write("<option value='none'> </option>");

document.write(" <option value='http://www.disney.es/juegos.html'>Juegos</option>");
document.write(" <option value='http://www.disney.es/DisneyOnline/D-Cards/index.html'>D-Card</option>");
document.write("</select>");
document.write("</td>");
document.write("<td width='10' align='left'></td>");
document.write("</tr>");
document.write("</form>");
document.write("</table>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
// -- deCloak --> 
