

//OverflowIndex="$Single"

//Point Data Arrays
PtD = new Array();
for (i=0; i<13; i++) PtD[i] = new Array();

//Populate the Point Data Arrays with data for this map
P=PtD[0]
P['Type']='leafMap'
P['Popup']='East Anglia'
P['ID']='eastanglia'
P['Url']='eastanglia.htm'
P['Spot']='zoomIn.gif'
P['Kt']='green'
P['x']='250'
P['y']='277'
P['Cl']='A_map'
P['Gp']='no'
P=PtD[1]
P['Type']='leafMap'
P['Popup']='East Mids'
P['ID']='eastmids'
P['Url']='eastmids.htm'
P['Spot']='zoomIn.gif'
P['Kt']='green'
P['x']='217'
P['y']='265'
P['Cl']='A_map'
P['Gp']='no'
P=PtD[2]
P['Type']='leafMap'
P['Popup']='N Ireland'
P['ID']='nireland'
P['Url']='nireland.htm'
P['Spot']='zoomIn.gif'
P['Kt']='green'
P['x']='109'
P['y']='200'
P['Cl']='A_map'
P['Gp']='no'
P=PtD[3]
P['Type']='leafMap'
P['Popup']='North'
P['ID']='north'
P['Url']='north.htm'
P['Spot']='zoomIn.gif'
P['Kt']='green'
P['x']='192'
P['y']='191'
P['Cl']='A_map'
P['Gp']='no'
P=PtD[4]
P['Type']='leafMap'
P['Popup']='North Scotland'
P['ID']='northscotland'
P['Url']='northscotland.htm'
P['Spot']='zoomIn.gif'
P['Kt']='green'
P['x']='150'
P['y']='95'
P['Cl']='A_map'
P['Gp']='no'
P=PtD[5]
P['Type']='leafMap'
P['Popup']='North West'
P['ID']='northwest'
P['Url']='northwest.htm'
P['Spot']='zoomIn.gif'
P['Kt']='green'
P['x']='186'
P['y']='235'
P['Cl']='A_map'
P['Gp']='no'
P=PtD[6]
P['Type']='leafMap'
P['Popup']='South Central'
P['ID']='southcentral'
P['Url']='southcentral.htm'
P['Spot']='zoomIn.gif'
P['Kt']='green'
P['x']='203'
P['y']='310'
P['Cl']='A_map'
P['Gp']='no'
P=PtD[7]
P['Type']='leafMap'
P['Popup']='South East'
P['ID']='southeast'
P['Url']='southeast.htm'
P['Spot']='zoomIn.gif'
P['Kt']='green'
P['x']='238'
P['y']='310'
P['Cl']='A_map'
P['Gp']='no'
P=PtD[8]
P['Type']='leafMap'
P['Popup']='South Scotland'
P['ID']='southscotland'
P['Url']='southscotland.htm'
P['Spot']='zoomIn.gif'
P['Kt']='green'
P['x']='155'
P['y']='162'
P['Cl']='A_map'
P['Gp']='no'
P=PtD[9]
P['Type']='leafMap'
P['Popup']='South West'
P['ID']='southwest'
P['Url']='southwest.htm'
P['Spot']='zoomIn.gif'
P['Kt']='green'
P['x']='151'
P['y']='324'
P['Cl']='A_map'
P['Gp']='no'
P=PtD[10]
P['Type']='leafMap'
P['Popup']='Wales'
P['ID']='wales'
P['Url']='wales.htm'
P['Spot']='zoomIn.gif'
P['Kt']='green'
P['x']='165'
P['y']='280'
P['Cl']='A_map'
P['Gp']='no'
P=PtD[11]
P['Type']='leafMap'
P['Popup']='West Mids'
P['ID']='westmids'
P['Url']='westmids.htm'
P['Spot']='zoomIn.gif'
P['Kt']='green'
P['x']='190'
P['y']='265'
P['Cl']='A_map'
P['Gp']='no'
P=PtD[12]
P['Type']='leafMap'
P['Popup']='Yorkshire'
P['ID']='yorkshire'
P['Url']='yorkshire.htm'
P['Spot']='zoomIn.gif'
P['Kt']='green'
P['x']='210'
P['y']='220'
P['Cl']='A_map'
P['Gp']='no'

MapIndexName = 'uk';
MapLabel = 'UK';

