function saibcrom (titolo_finestra, urlPop, lungX, altY) {
  title=titolo_finestra;
  W=lungX;
  H=altY;
  windowCERRARa = "img/close_a.gif"
  windowCERRARd = "img/close_d.gif"
  windowCERRARo = "img/close_o.gif"
  windowNONEgrf = "img/none.gif"
  windowCLOCK = "img/clock.gif"
  windowREALtit = title
  windowTIT = "<font face=verdana size=1> "+ title +"</font>"
  windowBORDERCOLOR = "#ff0000"
  windowBORDERCOLORsel = "#c6c6c6"
  windowTITBGCOLOR = "#c6c6c6"
  windowTITBGCOLORsel = "#ff0000"
  openchromeless(urlPop, title, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}



function vai(sito) {
  location=sito	
}
function jdk1x() {
  var sito
  sito = "ricerca_parti.asp?articolo="
  sito = sito + document.x.codart.value;
  location=sito
    }

function carica_fasi() {
  var sito
  sito = "bolla.asp?funz=fasilav&tbcant="
  sito = sito + document.x.tbcant.value;
  location=sito
}


function link(txt) {

window.status = txt;

/* setTimeout("cancella()",500); */

}

function cancella() {

window.status="";

}


function right(e) {

return;

if (navigator.appName == 'Netscape' && 

(e.which == 3 || e.which == 2))

return false;

else if (navigator.appName == 'Microsoft Internet Explorer' && 

(event.button == 2 || event.button == 3)) {

alert("Spiacenti, il tasto destro del mouse e' disabilitato");

return false;

}

return true;

}

document.onmousedown=right;

if (document.layers) window.captureEvents(Event.MOUSEDOWN);

window.onmousedown=right;


