globals = {};
/*
globals.image = new google.maps.MarkerImage(
//"/img/ui/marker.gif",
"/img/layout/marker.png",
new google.maps.Size(21, 21),
new google.maps.Point(0,0),
new google.maps.Point(10, 10));

globals.shadow = new google.maps.MarkerImage("/img/layout/shadow.png",
      // The shadow image is larger in the horizontal dimension
      // while the position and offset are the same as for the main image.
      new google.maps.Size(21, 21),
      new google.maps.Point(0,0),
      new google.maps.Point(10, 10));
*/






/*

latlng = new google.maps.LatLng(50.4509736, 30.5326152);
for(key in latlng) {
    alert(key+'='+latlng[key]);
}
 */

Math.coord_d = function(i) {
    return parseFloat(i.toFixed(6));
}

Math.coord_m = function(i) {
    return parseFloat(i.toFixed(3));
}

Math.coord_s = function(i) {
    return parseFloat(i.toFixed(2));
}





