//<![CDATA[


// Funzione per pop-up CREDITS
function openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// Apre popUp
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// Attiva tecnica sIFR per titoli pagina
if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	
	sIFR.replaceElement(named({sSelector:"body h3", sFlashSrc:"../avantgarde.swf", sColor:"#fff799", sLinkColor:"#fe6000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&offsetLeft=10&underline=true", sWmode:"transparent"}));

};

// DISABILITA TASTO DESTRO
function nrcIE(){
	if (document.all) {
		return false;
	}
}

function nrcNS(e){
	if(document.layers||(document.getElementById&&!document.all)){ 
		if (e.which==2||e.which==3){
			return false;
		}
	}
} 

if (document.layers){
	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown=nrcNS;
} else{
	document.onmouseup=nrcNS;document.oncontextmenu=nrcIE;
}
	
document.oncontextmenu=new Function("return false");
// End -->
//]]>