if (document.images) {


	mail1 = new Image();
	mail1.src = "_services/nuimg/mail1.gif";
	mail0 = new Image();
	mail0.src = "_services/nuimg/mail.gif";

}

function turnOn(imageName) {
	if (document.images) {
		document[imageName].src = eval(imageName + "1.src");
	}
}

function turnOff(imageName) {
	if (document.images) {
		document[imageName].src = eval(imageName + "0.src");
	}
}


function linksWindow(newContent)
 {
  winContent = window.open(newContent, 'COLLEGAMENTI', 'right=0, top=20,width=425,height=360, toolbar=no,scrollbars=no, resizable=no')
 }

function newWindow(newContent)
 {
  winContent = window.open(newContent, 'FOTO', 'left=10, top=20,width=425,height=360, toolbar=no,scrollbars=no, resizable=no')
 }
function newWindow2(newContent)
 {
  winContent = window.open(newContent, 'FOTO', 'left=10, top=20,width=500,height=360, toolbar=no,scrollbars=no, resizable=no')
 }
function newWindow3(newContent)
 {
  winContent = window.open(newContent, 'FOTO', 'left=10, top=20,width=614,height=360, toolbar=no,scrollbars=no, resizable=no')
 }
function newWindow4(newContent)
 {
  winContent = window.open(newContent, '', 'left=10, top=20,width=633,height=500, toolbar=no,scrollbars=yes, resizable=yes')
 }
function newWindow5(newContent)
 {
  winContent = window.open(newContent, '', 'left=10, top=20,width=664,height=470, toolbar=no,scrollbars=no, resizable=no')
 }
 
 function bonificWin(newContent)
 {
  winContent = window.open(newContent, '', 'left=10, top=20,width=633,height=340, toolbar=no,scrollbars=no, resizable=no')
 }


<!-- EMAIL ANTILEECH SCRIPT by Frederic Andrieux & Boweries Inc. Ltd. (c)2002 -->
<!-- http://www.boweries.com/scripts/email_antileech.shtml -->

function sendmail (address) {
address = address.split("^bbr+");
address = address.join("@");
window.open ('mailto:'+address,'_self');
}

function sendelios (address) {
address = address.split("+em*");
address = address.join("@");
window.open ('mailto:'+address,'_self');
}
