<!-- 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/nl/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='133'><a href='http://www.disney.nl' target='_top'>");
document.write("<img src='http://navbar.disneyinternational.com/nl/disney_logo.gif' width='133' height='27' border='0' alt='Disney.nl'></a></td>");
document.write("<td width='291' align='right' background=''>");
document.write("<script language=JavaScript src='http://registratie.disney.nl/commonfiles/iur.js'></script>");
document.write("<a href='#' onclick=\"javascript:IURCommand('http://registratie.disney.nl','invite','','','','nl.nl.dis','','');\"><img src='http://navbar.disneyinternational.com/nl/images/registration_Ticker.gif' width='291' height='27' border='0'></a>");
document.write("</td>");
document.write("<td width='497' colspan='2' align='right' background=''>");
document.write("<select name='to' size=1 onChange='go(this.form)'>");
document.write("<option selected value='none'>Waarheen?</option>");
document.write("<option value='http://www.disney.nl/'>Home</option>");
document.write("<option value='http://www.disney.nl/Films/'>Films</option>");
document.write("<option value='http://www.disneylandparis.com/'>Disneyland&reg; Resort Paris</option>");
document.write("<option value='http://www.disneylandparis.com/nl/explore_disneyland_paris/walt_disney_studios/'>Walt Disney&reg; Studios</option>");
document.write("<option value='none'> </option>");
document.write("<option value='http://www.disney.nl/DisneyOnline/CyberNetiquette/'>CyberNetiquette</option>");
document.write("<option value='http://www.disney.nl/DisneyOnline/D-Cards/index.html'>Nederlands D-Card</option>");
document.write("<option value='http://www.disney.nl/DisneyOnline/Kleurboek/'>Kleurboek</option>");
document.write("<option value='http://www.disney.nl/DisneyOnline/pooh/pooh_sonality/'>Winnie de Poeh</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 -->
