
    function goToSection(section){
      //document.location='index.php?section='+section;
      
      
      if (document.maltese2.pageNum) document.maltese2.pageNum.value=1;
      document.maltese2.section.value=section;
      formSubmit();
      
    }
    
    function goToButton(prog){
      
      document.maltese2.section.value='bottone';
      document.maltese2.buttonProg.value=prog;
      formSubmit();
      
    }

    function goToSommario(prog){
      
      document.maltese2.section.value='sommario';
      document.maltese2.prog_id.value=prog;
      formSubmit();
      
    }
    function goToIntervista(prog){
      
      document.maltese2.section.value='intervista';
      document.maltese2.prog_id.value=prog;
      formSubmit();
      
    }
    
    function formSubmit(){
      document.maltese2.submit();
    }
    
    
    function changeOrderBy(){
      formSubmit();
    }
    
    function goToPage(section,page){
      //document.location='index.php?section='+section+'&pageNum='+page;
      document.maltese2.section.value=section;
      document.maltese2.pageNum.value=page;
      formSubmit();
    }

     function showRacconto(prog){
       window.open('racconto.php?prog_id='+prog,'racconto','width=590,height=460,scrollbars=yes,resizable=yes');
     }
     function showBio(prog){
       window.open('bio.php?prog_id='+prog,'biografia','width=300,height=200,scrollbars=yes,resizable=yes');
     }

     function showPage(file){
       window.open('page.php?name='+file,'racconto','width=500,height=350,scrollbars=yes,resizable=yes');
     }


     function openUrl(url){
       window.open(url,'','');
     }


     function showNews(title){
       window.open('news.php?page='+title,'news','width=590,height=300,scrollbars=yes,resizable=yes');
     }


     function showImageInPopUp(ima, w,h){
       window.open('image.php?image='+ima,'Maltese','width='+w+',height='+h+',scrollbars=yes,resizable=yes');
     }

     function openerLocation(newUrl){
        opener.document.location=newUrl;
     }
     
     function showDinamicNews(section, prog){
       window.open('news.php?section='+section+'&prog='+prog,'news','width=590,height=300,scrollbars=yes,resizable=yes');
     }

   
     function addCookie() {
      document.cookie="counter=no";
     }


