function SymError()
{
  return true;
}

window.onerror = SymError;

function marettimo(){	
	return false
}
function omu(e){
	if(e.which==1){
		window.releaseEvents(Event.MOUSEMOVE);
		window.onmousemove=null
	}
}
function trapani(e){
	if(e.which==1){
		window.captureEvents(Event.MOUSEMOVE);
		window.onmousemove=Marettimo
	}
	if(e.which==3)
	{
		return false
	}
}

function levanzo(){
	vp=event.button;
	if(vp==2||vp==3)
	alert(unescape("www.marettimoweb.com"))
	}
	favignana=document.getElementById;
	egadi=document.all;
	
	if(egadi){
		if(favignana){
		document.onselectstart=marettimo;
		document.oncontextmenu=marettimo
		}else{
		document.onmousedown=levanzo
		}
	}
	if(favignana&&!egadi){
		document.onmousedown=marettimo;
		document.onmouseup=trapani;
		document.oncontextmenu=marettimo
	}
	if(document.layers){
		window.captureEvents(Event.MOUSEUP|Event.MOUSEDOWN);
		window.onmousedown=trapani;
		window.onmouseup=omu
	}

 function F5() {
       if (event.keyCode == 116) {         
          event.keyCode=0;
          event.cancelBubble = true;
          event.returnValue = false;
       }
    }

 
   	function Prenota(pURL)
	{
		 if (pURL == "L15")
		{
			//myURL = "http://db.marettimoweb.it/MA/marettimo.nsf/Prenotazione2005?OpenForm";
			myURL = "prenotazione.htm";
		} else {
			myURL = pURL;
		}
	
		//myWindow = window.open(myURL, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=520,height=380,left=0,top=1');
		location.href=myURL;	
	}

	function Preventivo(pURL)
	{
		 if (pURL == "L16")
			{
				//myURL = "http://db.marettimoweb.it/MA/marettimo.nsf/Preventivo2005?OpenForm";
				myURL = "preventivo.htm";
		} else {
			myURL = pURL;
		}
	
		//myWindow = window.open(myURL, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=520,height=280,left=0,top=1');
		location.href=myURL;
	}

	function Informazioni(pURL)
	{
		if (pURL == "L17")
			{
			myURL = "http://db.marettimoweb.it/MA/marettimo.nsf/Informazioni?OpenForm";
		} else {
			myURL = pURL;
		}
			myWindow = window.open(myURL, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=400,height=450,left=0,top=1');

	}
	function pEscursione(pURL)
	{
		if (pURL == "L18")
			{
				myURL = "PrenotaEscursione.htm";
		} else {
			myURL = pURL;
		}

			myWindow = window.open(myURL, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=400,height=450,left=0,top=1');

	}
  
       function Contattaci(pURL)
	{
		if (pURL == "L19")
			{
				myURL = "contattaci.htm";
		} else {
			myURL = pURL;
		}
			myWindow = window.open(myURL, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=520,height=250,left=0,top=1');

	}
  function ListaEscursioni(pURL)
	{
		if (pURL == "L20")
			{
				myURL = "ListaEscursioni.htm";
		} else {
			myURL = pURL;
		}
			myWindow = window.open(myURL, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=520,height=600,left=0,top=1');

	}
  