// Java Document

<!--

function MakeArray() {
var lngth = MakeArray.arguments.length;
for ( i = 0 ; i < lngth ; i++ ) { this[i]=MakeArray.arguments[i] }
}

function switch_page() {
var select = eval(document.menuform.language.selectedIndex);
if( (select > 0) && (select <20) ) {
var intl=new MakeArray('','http://www.kreuzfahrtagentur.eu/costa/costa_fascinosa/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_favolosa/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_deliziosa/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_pacifica/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_luminosa/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_serena/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_magica/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_fortuna/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_mediterranea/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_atlantica/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_victoria/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_romantica/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_allegra/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_classica/index.html','http://www.kreuzfahrtagentur.eu/costa/costa_voyager/index.html',''); 
location=intl[document.menuform.language.selectedIndex];
}
}

//-->

