<!-- 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/it/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.it' target='_top'>");
document.write("<img src='http://navbar.disneyinternational.com/it/disney_logo.gif' width='133' height='27' border='0' alt='Disney.it'></a></td>");
document.write("<td width='291' align='right' background=''>");
document.write("<a href='http://registrazione.disney.it/IT.IT.DIS/homepage.jsp'><img src='http://navbar.disneyinternational.com/it/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'>Dove vuoi andare ?</option>");
document.write("<option value='http://www.disney.it/'>Home</option>");
document.write("<option value='http://www.disney.it/Film'>Films</option>");
document.write("<option value='http://www.disney.it/Blast'>Blast</option>");
document.write("<option value='http://www.disney.it/DisneyVideos/'>Videocassette e DVD</option>");
document.write("<option value='http://www.disney.it/DisneyInteractive'>Videogiochi</option>");
document.write("<option value='http://www.disney.it/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/it/explore_disneyland_paris/walt_disney_studios/'>Walt Disney&reg; Studios</option>");
document.write("<option value='http://www.disney.it/ConsumerProducts/'>Libri e Fumetti</option>");
document.write("<option value='none'> </option>");

document.write("<option value='http://www.disney.it/giochi.html'>Giochi</option>");
document.write("<option value='http://www.disney.it/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 -->
