function apridescdiscount(perc, discountid){
                 var percorso
                          percorso = perc + "commerce/extras/descdiscount/"+discountid;
                 window.open(percorso,"copyright","width=400,height=180,resizable=yes,toolbar=no,statusbar=no,scrollbars=yes");
}
function apricopyright(perc){
                 var percorso
                          percorso = perc + "static/extras/copyright.htm";
                 window.open(percorso,"copyright","width=400,height=125,resizable=yes,toolbar=no,statusbar=no,scrollbars=yes");
}
function apricredits(perc){
                 var percorso
                          percorso = perc + "static/extras/credits.htm";
                 window.open(percorso,"credits","width=400,height=200,resizable=yes,toolbar=no,statusbar=no,scrollbars=yes");
}
function apritrattamentoDati(perc){
                 var percorso
                          percorso = perc + "static/extras/trattamento_dati_pers.htm"
                 window.open(percorso,"TrattamentoDati","width=400,height=400,resizable=yes,toolbar=no,statusbar=no,scrollbars=yes");
}
function apriprogrammacorso(){
                  window.open("programma_corso.php","programmacorso","width=400,height=350,resizable=yes,toolbar=no,statusbar=no,scrollbars=yes");
}
function apripassword(){
                  window.open("/user/extras/passwordreminder","password","width=640,height=480,resizable=yes,toolbar=no,statusbar=no,scrollbars=yes");
}
function ApriFaxIscrizioneConferenza(idConf){
        var percorso
        percorso = "/static/extras/faxiscrizione.php?idConf=" + idConf;
        window.open(percorso,"FaxIscrizione", 'width=800,height=600,resizable=yes,toolbar=no,statusbar=no,scrollbars=yes');
    }
function ApriProgrammaConferenza(idConf){
        var percorso
        percorso = "/static/extras/programma.php?idConf=" + idConf;
        window.open(percorso,"Programma", 'width=800,height=600,resizable=yes,toolbar=no,statusbar=no,scrollbars=yes');
    }
function  ChiudiPopUp(){
    window.close();
}
function ApriIscrizioneFax(idConf){
        var percorso
        percorso = "/static/extras/iscrizioni.php?idConf=" + idConf;
        window.open(percorso,"IscrizioneFax", 'width=550,height=400,resizable=no,toolbar=no,statusbar=no,scrollbars=yes');
    }
function ApriIscrizione(){
        window.open("iscrizioneonline.php","IscrizioneOnline", 'width=500,height=400,resizable=no,toolbar=no,statusbar=no,scrollbars=yes');
    }
function ApriTuv(){
        window.open("/extras/TUV/TUV","TUV", 'width=600,height=400,resizable=no,toolbar=no,statusbar=no,scrollbars=yes');
    }
function ApriRegistrazione(action){
    popup('/commerce/extras/register/'+action, 'reg', '800', '600', 'yes', 'yes');
}
