/* 

BSL OPEN WINDOWS -- Versione 1.0  |  (C)2000 Marco Trevisan aka Da Bazzmann©
Mail to: info@bazzmann.com
Website: http://www.bazzmann.com

Questa libreria di script, favorisce l'uso di finestre pop-up usando una libreria di funzioni.

< Utilizzo di questo script >

L'utilizzo dello "BSL OPEN WINDOWS" è libero purchè se ne venga fatto esplicito
riferimento all'autore originale mantenendo l'integrità del file in ogni
sua parte (compresa questa intestazione) poichè non ne danneggia il suo
funzionamento.

*/


// POPUPS
function apriFranchising() { 
  newin = window.open("../cgi-bin/mail/errebi_mail.php3","Franchising","status=no,toolbar=no,location=no,menubar=no,height=460,width=500,topmargin=30,leftmargin=150,marginheight=150,marginwidth=150,top=30,left=150,scrollbars=auto,resizable=no");
}

function apriStage() { 
  newin = window.open("../HTML/popup/errebi_mod_stage.html","ForumIstruzioniInterne","status=no,toolbar=no,location=no,menubar=no,height=400,width=500,topmargin=30,leftmargin=150,marginheight=150,marginwidth=150,top=30,left=150,scrollbars=auto,resizable=no");
}


// Counters
function apriCounter() {
  newin = window.open("../cgi-bin/bzphp_counter/bzphp_counter_reader_v10.php3","Counter","status=no,toolbar=no,location=no,menubar=no,height=30,width=30,topmargin=30,leftmargin=150,marginheight=150,marginwidth=150,top=30,left=150,scrollbars=auto,resizable=no");
}

function apriCounterAzienda() {
  newin = window.open("../cgi-bin/bzphp_counter/azienda/bzphp_counter_reader_v10.php3","Counter","status=no,toolbar=no,location=no,menubar=no,height=30,width=30,topmargin=30,leftmargin=150,marginheight=150,marginwidth=150,top=30,left=150,scrollbars=auto,resizable=no");
}

function apriCounterFranchising() {
  newin = window.open("../cgi-bin/bzphp_counter/franchising/bzphp_counter_reader_v10.php3","Counter","status=no,toolbar=no,location=no,menubar=no,height=30,width=30,topmargin=30,leftmargin=150,marginheight=150,marginwidth=150,top=30,left=150,scrollbars=auto,resizable=no");
}

function apriCounterDovesiamo() {
  newin = window.open("../cgi-bin/bzphp_counter/dovesiamo/bzphp_counter_reader_v10.php3","Counter","status=no,toolbar=no,location=no,menubar=no,height=30,width=30,topmargin=30,leftmargin=150,marginheight=150,marginwidth=150,top=30,left=150,scrollbars=auto,resizable=no");
}

function apriCounterCollezione() {
  newin = window.open("../cgi-bin/bzphp_counter/collezione//bzphp_counter_reader_v10.php3","Counter","status=no,toolbar=no,location=no,menubar=no,height=30,width=30,topmargin=30,leftmargin=150,marginheight=150,marginwidth=150,top=30,left=150,scrollbars=auto,resizable=no");
}

function apriCounterSfilate() {
  newin = window.open("../cgi-bin/bzphp_counter/sfilate/bzphp_counter_reader_v10.php3","Counter","status=no,toolbar=no,location=no,menubar=no,height=30,width=30,topmargin=30,leftmargin=150,marginheight=150,marginwidth=150,top=30,left=150,scrollbars=auto,resizable=no");
}


function zoomImg(url) { 
  newin = window.open(url,"zoomImg","status=no,toolbar=no,location=no,menubar=no,height=517,width=645,topmargin=20,leftmargin=100,marginheight=100,marginwidth=100,top=20,left=100,scrollbars=no,resizable=no");
}

// QUESTA FUNZIONE APRE L'AVVERTIMENTO CHE LA SEZIONE E' IN COSTRUZIONE 

function apriSezione() {
alert('Sezione attualmente in costruzione, sarà disponibile a breve. Ci scusiamo per il disguido e vi ringraziamo per la vostra gradita visita, sperando vi risulti piacevole!')
}

/* Fine Script BSL OPEN WINDOWS */