window.onload = function() {
    if (document.all) langheader = document.all['langheader'];
    else langheader = document.getElementById('langheader');
    x = '<a href="#">Italiano</a>&nbsp;|&nbsp;<a href="#">English</a>';
    langheader.innerHTML = x;
    if (document.all) googlemaps = document.all['googlemaps'];
    else googlemaps = document.getElementById('googlemaps');
    x = '<a href="http://maps.google.it/maps/ms?ie=UTF8&t=h&msa=0&msid=103725733700553833604.00046f9d5bb9878d485a2&ll=40.583212,14.355655&spn=0.003092,0.006968&z=18">GoogleMaps</a>';
    googlemaps.innerHTML = x;
};
