function externalLinks() { 
	if (!document.getElementsByTagName) return;
	   var anchors = document.getElementsByTagName("a"); for (var i=0; i<anchors.length; i++) { 
	   var anchor = anchors[i]; 
	   if (anchor.getAttribute("href") && (anchor.getAttribute("rel") == "external") || (anchor.getAttribute("class") == "external")) anchor.target = "_blank"; 
	} 
}

function nuovaFinestra(par) {
window.open(par, 'bioartista','width=720,height=620,scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=yes')
}
 
function nuovaFinestraStandard(par) {
window.open(par, 'eventi','width=720,height=620,scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=yes')
}
 
function nuovaFoto() {
window.open('dromos2007/index.html', 'dromos','width=800,height=700,scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=yes')
}