
<!-- 

function blockError(){return true;}
window.onerror = blockError;

// -->


<!--
var newwindow = '';
function scheda(url)
{
  if (newwindow.location && !newwindow.closed)
  {
    newwindow.location.href = url;
  }
  else
  {
    newwindow=window.open(url,'scheda','scrollbars=yes,menubar=no,resizable=yes,width=300,height=310,left=400,screenX=100,top=100,screenY=100');
    if (!newwindow.opener) newwindow.opener = self;
  }
  if (window.focus) {newwindow.focus()}
}
//-->


<!--
var newwindow = '';
function scheda1(url)
{
  if (newwindow.location && !newwindow.closed)
  {
    newwindow.location.href = url;
  }
  else
  {
    newwindow=window.open(url,'scheda1','scrollbars=no,menubar=no,resizable=yes,width=540,height=620,left=400,screenX=100,top=100,screenY=100');
    if (!newwindow.opener) newwindow.opener = self;
  }
  if (window.focus) {newwindow.focus()}
}
//-->



<!--
var newwindow = '';
function scheda2(url)
{
  if (newwindow.location && !newwindow.closed)
  {
    newwindow.location.href = url;
  }
  else
  {
    newwindow=window.open(url,'scheda2','scrollbars=no,menubar=no,resizable=yes,width=320,height=280,left=400,screenX=100,top=100,screenY=100');
    if (!newwindow.opener) newwindow.opener = self;
  }
  if (window.focus) {newwindow.focus()}
}
//-->

<!--
var newwindow = '';
function scheda3(url)
{
  if (newwindow.location && !newwindow.closed)
  {
    newwindow.location.href = url;
  }
  else
  {
    newwindow=window.open(url,'scheda3','scrollbars=no,menubar=no,resizable=yes,width=620,height=450,left=400,screenX=100,top=100,screenY=100');
    if (!newwindow.opener) newwindow.opener = self;
  }
  if (window.focus) {newwindow.focus()}
}
//-->

<!--
var newwindow = '';
function scheda4(url)
{
  if (newwindow.location && !newwindow.closed)
  {
    newwindow.location.href = url;
  }
  else
  {
    newwindow=window.open(url,'scheda4','scrollbars=no,menubar=no,resizable=yes,width=345,height=430,left=100,screenX=100,top=100,screenY=100');
    if (!newwindow.opener) newwindow.opener = self;
  }
  if (window.focus) {newwindow.focus()}
}
//-->

<!--
var newwindow = '';
function scheda5(url)
{
  if (newwindow.location && !newwindow.closed)
  {
    newwindow.location.href = url;
  }
  else
  {
    newwindow=window.open(url,'scheda5','scrollbars=no,menubar=no,resizable=yes,width=440,height=550,left=400,screenX=100,top=100,screenY=100');
    if (!newwindow.opener) newwindow.opener = self;
  }
  if (window.focus) {newwindow.focus()}
}
//-->

<!--
var newwindow = '';
function scheda6(url)
{
  if (newwindow.location && !newwindow.closed)
  {
    newwindow.location.href = url;
  }
  else
  {
    newwindow=window.open(url,'scheda6','scrollbars=no,menubar=no,resizable=yes,width=430,height=500,left=100,screenX=100,top=100,screenY=100');
    if (!newwindow.opener) newwindow.opener = self;
  }
  if (window.focus) {newwindow.focus()}
}
//-->

<!--
var newwindow = '';
function scheda7(url)
{
  if (newwindow.location && !newwindow.closed)
  {
    newwindow.location.href = url;
  }
  else
  {
    newwindow=window.open(url,'scheda7','scrollbars=no,menubar=no,resizable=no,width=524,height=367,left=400,screenX=100,top=100,screenY=100');
    if (!newwindow.opener) newwindow.opener = self;
  }
  if (window.focus) {newwindow.focus()}
}
//-->



























<!-- 
function check(campioni) {
var ext = ".html";
  if ((document.pswd.pswd.value == null) || (document.pswd.pswd.value == ''))
    alert('Password Errata.');
  else this.location.href = document.pswd.pswd.value + campioni + ext;
}
//-->

<!-- 
function showFilled(Value) {
  return (Value > 9) ? "" + Value : "0" + Value;
}
function StartClock24() {
  TheTime = new Date;
  document.clock.showTime.value = showFilled(TheTime.getHours()) + ":" + showFilled(TheTime.getMinutes()) + ":" + showFilled(TheTime.getSeconds());
  setTimeout("StartClock24()",1000)
}
//-->

<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com)
//For full source code, visit [URL]http://www.dynamicdrive.com[/URL]

var message="Tasto destro disabilitato - chiedere info attraverso contatti!";
///////////////////////////////////
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// --> 

