var ct = new Date();
var ThisYear = ct.getFullYear();

// This will update status bar copyright accordingly to current year
defaultStatus="© 2002-"+ThisYear+" Elber - Microwave Radio Links";

// Allow both Microsoft IE and FireFox users to bookmark this website
function BookmarkMe()
{
    if (document.all) {
        window.external.AddFavorite("http://www.elber.it/it/","Elber - Microwave Radio Links");
    } else if (window.sidebar) {
        window.sidebar.addPanel("Elber - Microwave Radio Links","http://www.elber.it/it/","");
    }
}

/* Brake external frames 	
if (top.frames.length != 0) {
	top.location = self.document.location;
}
*/