// riconoscimento browser
    
 function BrowserCheck() {
	var b = navigator.appName
	if (b=="Netscape") this.b = "ns"
	else if (b=="Microsoft Internet Explorer") this.b = "ie"
	else this.b = b
	this.version = navigator.appVersion
	this.v = parseInt(this.version)
	this.ns = (this.b=="ns" && this.v>=4)
	this.ns4 = (this.b=="ns" && this.v==4)
	this.ns5 = (this.b=="ns" && this.v==5)
	this.ie = (this.b=="ie" && this.v>=4)
	this.ie4 = (this.version.indexOf('MSIE 4')>0)
	this.ie5 = (this.version.indexOf('MSIE 5')>0)
	this.min = (this.ns||this.ie)
}
is = new BrowserCheck()


// funzione per rollover immagine 

	function rollover(imgName,imgSrc,a)
	{
		if(document.images)
		{
        if (is.ie)
			document.images[imgName].src=imgSrc;
		
        else
        
        if (a==1)
            eval('document.images["'+imgName+'"].src = "'+imgSrc+'"')
       }
	}   

    
// FUNZIONE POP UP

	function pop_studi(filename)
	{
	window.open(filename,'pop_studi','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=233,height=348')
	}
	
	function pop(filename)
	{
	window.open(filename,'pop_libri','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=249,height=356')
	}

	function pop_attivita(filename)
	{
	window.open(filename,'pop_attivita','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=348,height=246')
	}

	/*function pop_attivita_vert(filename)
	{
	window.open(filename,'pop_attivita_vert','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=233,height=348')
	}*/
	
	function pop_incarichi(filename)
	{
	window.open(filename,'pop_incarichi','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=233,height=348')
	}
	
	function pop_collaborazioni(filename)
	{
	window.open(filename,'pop_collaborazioni','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=267,height=354')
	}

	function pop_sport_foto(filename)
	{
	window.open(filename,'pop_sport_foto','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=267,height=354')
	}
		
	function pop_sport(filename)
	{
	window.open(filename,'pop_sport','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=372,height=246')
	}
	
	function pop_vista_case(filename)
	{
	window.open(filename,'pop_vista_case','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=372,height=246')
	}
	
	function pop_rivista_case(filename)
	{
	window.open(filename,'pop_rivista_case','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=267,height=354')
	}
		
	function pop_copertine(filename)
	{
	window.open(filename,'pop_copertine','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=267,height=354')
	}
		
	function pop_stampa_articoli_vert(filename)
	{
	window.open(filename,'stampa_articoli_vert','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=267,height=354')
	}
	
	function pop_stampa_articoli(filename)
	{
	window.open(filename,'pop_stampa_articoli','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=372,height=246')
	}
		
	function pop_sintesi(filename)
	{
	window.open(filename,'pop_sintesi','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=233,height=348')
	}
	
	function pop_sanraffaele(filename)
	{
	window.open(filename,'pop_sanraffaele','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=372,height=246')
	}
	
	function pop_sanraffaele_vert(filename)
	{
	window.open(filename,'pop_sanraffaele_vert','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=267,height=354')
	}
	
	function pop_affariefinanza(filename)
	{
	window.open(filename,'pop_affariefinanza','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=267,height=354')
	}
	
	function pop_collana(filename)
	{
	window.open(filename,'pop_collana','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=249,height=356')
	}
		
	function pop_societing(filename)
	{
	window.open(filename,'pop_societing','menubar=no,location=no,toolbar=no,status=no,scrollbars=no,resizable=no,width=267,height=354')
	}