/******************************/
/******************************/
/* And POW && Antony Creation */
/******************************/
/******************************/

/* funzione per disabilitare il tasto DX del mouse */

var avviso = "LMP Torneria Automatica Copyright © 2001-2002 tutti i diritti riservati \\n \\n E' proibito qualsiasi tipo d'uso delle immagini e dei testi presenti in questo sito, senza autorizzazione";
var botdestro = "<SCRIPT LANGUAGE=\"JavaScript\">for (var i=0; i<document.images.length; i++) {document.images[i].onmousedown=destro;}for (var i=0; i<document.links.length; i++) {document.links[i].onmousedown=destro;}function destro(ev){if (navigator.appName == 'Netscape' && (ev.which == 3 || ev.which == 2)) {alert(\" " + avviso + " \"); return false;}else {if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {alert(\" " + avviso + " \");}return false;}return true;}document.onmousedown=destro; if (document.layers) {window.captureEvents(Event.MOUSEDOWN); window.onmousedown=destro;}</script>";

/* Funzioni per generare le varie Foto BIG in pop-up protette */

function win(img){
  var URLfoto ="img/" + img;
  var altezza = 350;
  var larghezza = 350;
  var nuova = window.open("","_blank","height=" + altezza + ",width=" + larghezza + ",left=10,top=10,menubar=no,status=no");
  nuova.document.write("<html><head><title>LMP Torneria Automatica</title>" + botdestro + "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\"></head><body bgcolor=\"#FFFFFF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"><table width=\"100%\" height=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><center><a href=\"javascript:window.close();\"><img src=\"",URLfoto,"\" border=\"0\"></a></center></td></tr></table></body></html>");
}