// JavaScript Document
// =========== finestre zoom inizio
function finestra(str) {
        searchWin = window.open(str,'finestra','scrollbars=no,resizable=no,width=500,height=328,status=no,location=no,toolbar=no');
}

function finestra2(str) {
        searchWin = window.open(str,'finestra2','scrollbars=no,resizable=no,width=500,height=375,status=no,location=no,toolbar=no');
}

// =========== finestre zoom fine


function InsEmail(){

		var x ='';
		var y ='';
		var tmp='';
		var tmp2='';

		x = screen.width/2 - (300/2) ;
		y = screen.height/2 - (200/2) ;

      tmp= "newsletter_cnfrm.php?Inserisci=1&Email="+document.Newsletter.Email.value+"&Nome="+document.Newsletter.Nome.value;
		tmp2= "scrollbars=yes,width=" + 300 + ",height=" + 200 + ",top=" + y + ",left=" + x;

		window.open(tmp,'',tmp2);

	  	return false;

}

// =========== Begin blocco tasto destro
function right(e) {
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("© domigel.com");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

for (var i=0; i<document.images.length; i++)
document.images[i].onmousedown=right;
for (var i=0; i<document.links.length; i++)
document.links[i].onmousedown=right;
// =========== End blocco tasto destro 2

// =========== aggiungi a preferiti inizio
var bookmarkurl="http://www.domigel.com"
var bookmarktitle="Domigel International Food Consultants - Sorrento - ITALY"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
// =========== aggiungi a preferiti fine


