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