// Map image parameters
// Take these co-ords from the map image
var MapMax = new ObjXY(-0.89562, 50.82501);
var MapMin = new ObjXY( -1.70660, 50.40825);

function setMap()
{
debug("setMap(): Setting map image");
plot_area.style.backgroundImage = "url(../common/rti_map.gif)";
};


