function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
 }
  
  
  function newwin(pagina) {
	openWin = window.open(pagina,'scheda',"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizeable=0,width=530, height=430")
	if (openWin.opener == null){
		openWin.opener = self;
	}
	openWin.focus();
}
