// JavaScript Document



function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

//onchange="window.location.href=this.options [this.selectedIndex].value
    



<!-- 
var cargar2 = function(el,ruta) {el = $(el);
if(el.hasClass('loading')) return false;
el.toggleClass('loading');
el.setHTML('<img src="immagini/progress.gif" style=" margin: 50px 0 0 0px;"  alt="carica dati portfolio" />');


//pippo = ruta.options[ruta.selectedIndex].value;


  
new Ajax(ruta, {


update: el,


onComplete:function(e) {
el.toggleClass('loading');
el.setHTML(e).effect('opacity').custom(0.8,1);

Lightbox.anchors = [];
$A(document.links).each(function(tag){
if(tag.rel && tag.rel.test('^lightbox', 'i')) {
tag.onclick = this.click.pass(tag, this);
this.anchors.push(tag);
}
}, Lightbox);
//myFader.custom(0,1);



			
}//fine on complete

}).request();

return false;
}