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=236,width=300,resizable=no,scrollbars=no');
		sorgente.focus();
	}
	else
	{
		sorgente=window.open(url,'finestra01','height=236,width=300,resizable=no,scrollbars=no');
	}
	
}
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=225,width=300,resizable=no,scrollbars=no');
		sorgente.focus();
	}
	else
	{
		sorgente=window.open(url,'finestra02','height=225,width=300,resizable=no,scrollbars=no');
	}
}

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=300,width=240,resizable=no,scrollbars=no');
		sorgente.focus();
	}
	else
	{
		sorgente=window.open(url,'finestra03','height=300,width=240,resizable=no,scrollbars=no');
	}
}
