

dp=[]


numofSpots = 4
numofDataSpots = 0
numofLocatedDataSpots = 0

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

//Populate the Point Data Arrays with data for this map
iSpot=0

P=PtD[iSpot]
 iSpot+= 1
P['Type']='legal'
P['Popup']='LegalStuff'
P['ID']='legalStuff'
P['Url']='..//legalStuff.htm'
P['Spot']='legal.gif'
P['xy']='370&340'
P['Cl']='legal'
P=PtD[iSpot]
iSpot+= 1
P['Type']='parentMap'
P['Popup']='Cleveland'
P['ID']='cleveland'
P['Url']='cleveland.htm'
P['Spot']='zoomOut.gif'
P['xy']='385&5'
P['Cl']='Z_map'
P=PtD[iSpot]
iSpot+= 1
P['Type']='parentMap'
P['Popup']='County Durham'
P['ID']='countydurham'
P['Url']='countydurham.htm'
P['Spot']='zoomOut.gif'
P['xy']='385&-10'
P['Cl']='Z_map'
P=PtD[iSpot]
iSpot+= 1
P['Type']='sponsor'
P['Popup']='Beacon Dodsworth'
P['ID']='globalsponsor_1'
P['Url']='www.beacon-dodsworth.co.uk?icid=K053-4386228-011N'
P['Spot']='bd.gif'
P['xy']='370&300'
P['Cl']='01_global'
P=PtD[iSpot]
iSpot+= 1
P['Type']='sponsor'
P['Popup']='JS Management'
P['ID']='globalsponsor_2'
P['Url']='www.jsmanagement.com'
P['Spot']='js.gif'
P['xy']='370&260'
P['Cl']='01_global'



currentcatname = '';
currentcatlabel = '';
MapIndexName = 'sedgefield';
MapLabel = 'Sedgefield';


