// ingrandimento Come Raggiungerci
var IE = 1; 
var netscape = 1; 
browserName = navigator.appName.substring(0,8); 
browserVer = parseInt(navigator.appVersion); 
if (browserName == "Microsof" && browserVer <= 3)
{ IE = 0; }
function finestra01(url) {
	if(IE && netscape) 
	{ 
		sorgente=window.open(url,'finestra01','height=330,width=610,resizable=no,scrollbars=no');
		sorgente.focus();
	}
	else
	{
		sorgente=window.open(url,'finestra01','height=330,width=610,resizable=no,scrollbars=no');
	}
	
}



// ingrandimento Scandolera
var IE = 1; 
var netscape = 1; 
browserName = navigator.appName.substring(0,8); 
browserVer = parseInt(navigator.appVersion); 
if (browserName == "Microsof" && browserVer <= 3)
{ IE = 0; }
function finestra02(url) {
	if(IE && netscape) 
	{ 
		sorgente=window.open(url,'finestra02','height=200,width=340,resizable=no,scrollbars=no');
		sorgente.focus();
	}
	else
	{
		sorgente=window.open(url,'finestra02','height=200,width=340,resizable=no,scrollbars=no');
	}
	
}


// ingrandimento news
var IE = 1; 
var netscape = 1; 
browserName = navigator.appName.substring(0,8); 
browserVer = parseInt(navigator.appVersion); 
if (browserName == "Microsof" && browserVer <= 3)
{ IE = 0; }
function finestra03(url) {
	if(IE && netscape) 
	{ 
		sorgente=window.open(url,'finestra03','height=210,width=470,resizable=no,scrollbars=yes');
		sorgente.focus();
	}
	else
	{
		sorgente=window.open(url,'finestra03','height=210,width=470,resizable=no,scrollbars=yes');
	}
	
}


// ingrandimento cartina vigneto
var IE = 1; 
var netscape = 1; 
browserName = navigator.appName.substring(0,8); 
browserVer = parseInt(navigator.appVersion); 
if (browserName == "Microsof" && browserVer <= 3)
{ IE = 0; }
function finestra04(url) {
	if(IE && netscape) 
	{ 
		sorgente=window.open(url,'finestra04','height=348,width=584,resizable=no,scrollbars=no');
		sorgente.focus();
	}
	else
	{
		sorgente=window.open(url,'finestra04','height=348,width=584,resizable=no,scrollbars=no');
	}
	
}
