<!--
function doArray() {
	var arylnth = doArray.arguments.length;
	for ( i = 0 ; i < arylnth ; i++ ) { this[i]=doArray.arguments[i] }
}
function newpag() {
var choose = eval(document.form1.gare.selectedIndex);
if( (choose > 0) && (choose < 14) ) {
var section=new doArray( '', '0910/serie_a/','0809/serie_a/','0708/','0607/','0304/','0203/','0102/menu.htm','0001/menu.htm');
 location=section[document.form1.gare.selectedIndex];}
    }
//-->
