<!-- 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/fr/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.fr/' target='_top'>");
document.write("<img src='http://navbar.disneyinternational.com/fr/disney_logo.gif' width='133' height='27' border='0' alt='Disney.fr'></a></td>");
document.write("<td width='291' align='right' background=''>");
document.write("<a href='http://inscription.disney.fr/FR.FR.DIS/homepage.jsp'><img src='http://navbar.disneyinternational.com/fr/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'>O&ugrave; aller ?</option>");
document.write("<option value='http://www.disney.fr/'>Home</option>");
document.write("<option value='http://www.disney.fr/DisneyInteractive'>Jeux Videos</option>");
document.write("<option value='http://www.disney.fr/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/fr/decouvrir_disneyland_paris/walt_disney_studios/'>Walt Disney&reg; Studios</option>");
document.write("<option value='http://www.disney.fr/FilmsDisney/'>Films</option>");
document.write("<option value='http://www.disney.fr/DisneyVideos/'>Videos et DVD</option>");
//document.write("<option value='http://www.disney.fr/attractions/'>Walt Disney World&reg;</option>");
document.write("<option value='none'> </option>");
document.write("<option value='http://www.disney.fr/DisneyOnline/D-Cards'>D-Cards</option>");
document.write("<option value='http://www.disney.fr/jeux.html'>Jeux</option>");
document.write("<option value='none'> </option>");
document.write("<option value='http://surfez.disney.fr'>Surfez Disney</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 -->
