<!-- 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='731' height='27' border='0' cellspacing='0' cellpadding='0' background='/DisneyChannel/English/navbar.disneyinternational.com/me/topnav.gif'>");
document.write("<tr>");
document.write("<td height='27'>");
document.write("<table height='27' width='730' 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.disneyme.com/' target='_top'>");
document.write("<img src='/DisneyChannel/English/navbar.disneyinternational.com/me/disney_logo.gif' width='146' height='27' border='0' alt='Home'></a></td>");

document.write("<td width='381'></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'>Where to go</option>");
document.write("<option value='/DisneyChannel/English/index.html'>Home</option>");
document.write("<option value='/DisneyChannel/English/playhouse.html'>Playhouse</option>");
document.write("<option value='/DisneyChannel/English/kidszone.html'>Kids Zone</option>");
document.write("<option value='/DisneyChannel/English/family.html'>Family</option>");
document.write("<option value='/DisneyChannel/English/funandgames.html'>Games</option>");
document.write("<option value='/DisneyChannel/English/interact.html'>Inter@ct</option>");
document.write("<option value='/DisneyChannel/English/tvguide.html'>TV Guide</option>");
document.write("<option value=''>---------------------------------------</option>");
document.write("<option value='http://www.disneylandparis.com'>Disneyland Resort Paris</option>");
document.write("<option value='http://www.disneylandparis.com/uk/explore_disneyland_paris/walt_disney_studios/'>Walt Disney@Studios</option>");
document.write("<option value='http://www.disney.co.uk/usa-resorts/waltdisneyworld/'>Walt Disney World Resort</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 -->
