function stradario(s)
{
	var d = s.options[s.selectedIndex].value;
	window.top.location.href=d;
	s.selectedIndex=0;
}
// -->


// Evita frames
// if (top.location!= location) { 
//top.location.href = document.location.href ; 
// } 


// Disabilita destro

// isNN = document.layers ? 1 : 0; 

// function noContext(){return false;}

// function noClick(e){
//    if(isNN){
//        if(e.which > 1) {return false;}
//    } else { 
//        if(event.button > 1){return false;}
//    }
// }

// if(isNN){ 
//    document.captureEvents(Event.MOUSEDOWN);
// }

// document.oncontextmenu = noContext;
// document.onmousedown   = noClick;
// document.onmouseup     = noClick;

//=====================================


// Disabilita funzione del testo

// function disabletext(e){
// return false
// }

// function reEnable(){
// return true
// }

// //if the browser is IE4+
// document.onselectstart=new Function ("return false")

//if the browser is NS6
// if (window.sidebar){
// document.onmousedown=disabletext
// document.onclick=reEnable
// }

//=====================================
