function getMap()

{
  if (navigator.appName == "Netscape")
        return document.MGADVMap;
  else
        return MGADVMap;
}

