/* ----------------------------- */
/* Function call from the body tag onLoad='map_OnLoad()'*/
/* ----------------------------- */
function map_OnLoad(){
  try{
   // alert("map_OnLoad 1");
   initiate_Map();
   //alert("map_OnLoad 2");
  }catch(err){alert('Error in map_OnLoad '+err);}
}