
<!-- 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("<center>");
document.write("<table width='641' height='27' border='0' cellspacing='0' cellpadding='0' background='http://navbar.disneyinternational.com/uk/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.co.uk/' target='_top'><img src='http://navbar.disneyinternational.com/uk/disney_logo.gif' width='146' height='27' border='0' alt='Home'></a></td>");
document.write("<td width='484' colspan='2' 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='http://www.disney.co.uk/'>Home</option>");
 document.write("<option value='none'> </option>");

 document.write("<option value='http://www.disney.co.uk/DisneyChannel'>Disney Channel</option>");
 document.write("<option value='http://www.disney.co.uk/DisneyMovies/'>Films</option>");
 document.write("<option value='http://www.disney.co.uk/DisneyVideos/'>Videos</option>");
 document.write("<option value='http://www.disney.co.uk/DisneyInteractive'>Video Games</option>");
 document.write("<option value='none'> </option>");
 document.write("<option value='http://www.disney.co.uk/games.html'>Games</option>");
 document.write("<option value='http://www.disney.co.uk/DisneyOnline/Gift/'>Gift of the Week</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>");

document.write("</center>");

// -- deCloak -->
