function ChooseComune(){
        var Comune = document.choose_comuni.comuni.value;
        location.href="comune.php?IDC="+Comune;
}
function show_sagra(url){
        NewWin = window.open(url,'NewWin','toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=300,left=400,width=240,height=280');

}
function show_warn(){
        NewWin = window.open('warning.html','NewWin','toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=no,top=300,left=400,width=540,height=280');

}
