

dp=[]


numofSpots = 5
numofDataSpots = 1
numofLocatedDataSpots = 1

//Point Data Arrays
PtD = new Array();
for (i=0; i<6; 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'
P=PtD[iSpot]
iSpot+= 1
P['Popup']='Ash Vale Homes & Holiday Park//Caravan and Camping'
P['Loc']='<e="447829",n="535855"/>'
P['ID']='spot_38'
P['Spot']='spotR.gif'
P['xy']='179&47'
P['Ln']='-1.257'
P['Lt']='54.715'
P['Cl']='Caravan and Camping'



currentcatname = '';
currentcatlabel = '';
MapIndexName = 'hartlepool';
MapLabel = 'Hartlepool';


