function addbookmark(){
if (document.all)
window.external.AddFavorite(location.href,document.title);
};
function segnala() {
        segnalaWin = window.open('segnala.cfm?URL='+escape(location.href)+'&TITLE='+escape(document.title),'segnala','scrollbars=no,resizable=no,width=500,height=300,status=no,location=no,toolbar=no');
};
function moreinfo() {
        segnalaWin = window.open('moreinfo.cfm?URL='+escape(location.href)+'&TITLE='+escape(document.title),'moreinfo','scrollbars=no,resizable=no,width=500,height=300,status=no,location=no,toolbar=no');
};
function credits() {
        segnalaWin = window.open('credits.cfm?URL='+escape(location.href)+'&TITLE='+escape(document.title),'credits','scrollbars=no,resizable=no,width=280,height=70,status=no,location=no,toolbar=no');
};