<!-- Begin
defaultStatus ="(c) 2005 - Salvatore Novello";
votato = "no";
function Evidenzia(NomeInHtml,NomeImgOggetto) {     document.images[NomeInHtml].src = eval(NomeImgOggetto + ".src"); };
function Aggiungi()  {
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
window.external.AddFavorite("http://www.novellocom.it","Novello - Salute e freschezza a tutto campo");
}
else {
var msg = "";
if(navigator.appName == "Netscape") msg += "  (CTRL-D)";
}
};
function home() {  
if(document.all)
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://www.novellocom.it/index.cfm');
};

function webmail(lev) {  
window.open(lev+"webmail/","WebMail","");

};

function Sceltarapida(ind,parametro2,oggetto){ 
eval(ind+".location='"+oggetto.options[oggetto.selectedIndex].value+"'");
  if (parametro2) selObj.selectedIndex=0;
};

function InviaSond() {
if (votato == "si") { alert('Hai già votato') }
else {

votato = "si";
window.open("blank.cfm","frsondaggio","fullscreen=no,screenX=0,screenY=0,width=500,height=400,scrollbars=0");
document.frmsondag.submit()
}
};


function high(which2) {
theobject=which2
highlighting=setInterval("highlightit(theobject)",30)
}

function low(which2) {
clearInterval(highlighting)
which2.filters.alpha.opacity=0
}

function highlightit(cur2) {
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}


function low2(which2) {
theobject=which2
lowlighting=setInterval("lowlightit(theobject)",30)
}


function lowlightit(cur2) {
if (cur2.filters.alpha.opacity>30)
cur2.filters.alpha.opacity-=10
else if (window.lowlighting)
clearInterval(lowlighting)
}

// End -->