	step1html = "<br>Step 1 - What type of data do you want to capture?  Select a data type and then click NEXT";
	step1html = step1html + "<br><input id=\"data_type1\" type=\"radio\" name=\"data_type\" value=\"Event\" /> <label for=\"data_type1\">Event</label>";
	step1html = step1html + "<br><input id=\"data_type2\" type=\"radio\" name=\"data_type\" value=\"Organisation\" /> <label for=\"data_type2\">Organisation</label>";
	step1html = step1html + "<br><input id=\"data_type3\" type=\"radio\" name=\"data_type\" value=\"Our Info.\" /> <label for=\"data_type3\">Our Data</label>";
	step1html = step1html + "<br><input id=\"data_type4\" type=\"radio\" name=\"data_type\" value=\"Large Project\" /> <label for=\"data_type4\">Large Project</label>";
	step1html = step1html + "<br>";
	step1html = step1html + "<button style=\"width:100px\" id=\"tostep2\" type=\"button\" name=\"tostep2\" onclick=\"processStep1()\">Next</button>";


	step1Hackneyhtml = "<br>Step 1 - What type of data do you want to capture?  Select a data type and then click NEXT";
	step1Hackneyhtml = step1Hackneyhtml + "<br><input id=\"data_type1\" type=\"radio\" name=\"data_type\" value=\"Event\" /> <label for=\"data_type1\">Event</label>";
	step1Hackneyhtml = step1Hackneyhtml + "<br><input id=\"data_type2\" type=\"radio\" name=\"data_type\" value=\"Organisation\" /> <label for=\"data_type2\">Organisation</label>";
	step1Hackneyhtml = step1Hackneyhtml + "<br><input id=\"data_type3\" type=\"radio\" name=\"data_type\" value=\"Our Info.\" /> <label for=\"data_type3\">Our Data</label>";
	step1Hackneyhtml = step1Hackneyhtml + "<br><input id=\"data_type4\" type=\"radio\" name=\"data_type\" value=\"Large Project\" /> <label for=\"data_type4\">Large Project</label>";
	step1Hackneyhtml = step1Hackneyhtml + "<br><input id=\"data_type5\" type=\"radio\" name=\"data_type\" value=\"Historical\" /> <label for=\"data_type5\">Historical</label>";
	step1Hackneyhtml = step1Hackneyhtml + "<br>";
	step1Hackneyhtml = step1Hackneyhtml + "<button style=\"width:100px\" id=\"tostep2\" type=\"button\" name=\"tostep2\" onclick=\"processStep1()\">Next</button>";



	step1Archwayhtml = "<br>Step 1 - What type of data do you want to capture?  Select a data type and then click NEXT";
	step1Archwayhtml = step1Archwayhtml + "<br><input id=\"data_type1\" type=\"radio\" name=\"data_type\" value=\"Classes\" /> <label for=\"data_type1\">Classes</label>";
	step1Archwayhtml = step1Archwayhtml + "<br><input id=\"data_type2\" type=\"radio\" name=\"data_type\" value=\"reuserecycle\" /> <label for=\"data_type2\">Reuse / Recycle</label>";
	step1Archwayhtml = step1Archwayhtml + "<br><input id=\"data_type3\" type=\"radio\" name=\"data_type\" value=\"greenareas\" /> <label for=\"data_type3\">Green Areas</label>";
	step1Archwayhtml = step1Archwayhtml + "<br><input id=\"data_type4\" type=\"radio\" name=\"data_type\" value=\"madeinarchway\" /> <label for=\"data_type4\">Made in Archway</label>";
	step1Archwayhtml = step1Archwayhtml + "<br><input id=\"data_type5\" type=\"radio\" name=\"data_type\" value=\"events\" /> <label for=\"data_type5\">Events</label>";
	step1Archwayhtml = step1Archwayhtml + "<br><input id=\"data_type6\" type=\"radio\" name=\"data_type\" value=\"organisations\" /> <label for=\"data_type6\">Organisations</label>";
	step1Archwayhtml = step1Archwayhtml + "<br>";
	step1Archwayhtml = step1Archwayhtml + "<button style=\"width:100px\" id=\"tostep2\" type=\"button\" name=\"tostep2\" onclick=\"processStep1()\">Next</button>";




	step2html = "<br>Step 2 - How do you want to capture this data?";
	step2html = step2html + "<br><input id=\"capture_type1\" type=\"radio\" name=\"capture_type\" value=\"postcode\" />";
	step2html = step2html + "<label for=\"capture_type1\">Type in a Postcode and Street Name</label>";
	step2html = step2html + "<br><input id=\"capture_type2\" type=\"radio\" name=\"capture_type\" value=\"drawonmap\" />";
	step2html = step2html + "<label for=\"capture_type2\">Draw on the Map</label>";
	step2html = step2html + "<br><button style=\"width:100px\" id=\"tostep3\" type=\"button\" name=\"tostep3\" onclick=\"processStep2()\">Next</button>";
	step2html = step2html + "<button style=\"width:100px\" id=\"backtostep1\" type=\"button\" name=\"backtostep1\" onclick=\"backtoStep1()\">Previous</button>";

	step3postcodehtml = "<table>"
	//step3postcodehtml = "<br>Step 3 - Please type in a valid postcode for your data";
	step3postcodehtml += "<tr><td colspan=2>To find a place on the map, type in a postcode and streetname, then click GOTO</td></tr>";
	step3postcodehtml += "<tr><td>Postcode:</td><td><input type=\"text\" maxlength=8 name=\"postcode\"id=\"postcode\" /></td></tr>";
	step3postcodehtml += "<tr><td>Street Name:</td><td><input type=\"text\" onkeypress=\"checkEnterGoto(event)\" name=\"streetname\"id=\"streetname\" /></td></tr>";
	step3postcodehtml +=  "<tr><td colspan=2><button style=\"width:100px\" style=\"width:100px\" id=\"tostep4\" type=\"button\" name=\"tostep4\"  onclick=\"processStep3Postcode()\">Goto</button></td></tr>";
	//step3postcodehtml = step3postcodehtml + "<button style=\"width:100px\" style=\"width:100px\" id=\"backtostep2\" type=\"button\" name=\"backtostep2\" onclick=\"backtoStep2()\">Previous</button>";
	step3postcodehtml += "</table>";

	//captureUserDatahtml = "<div id=\"fader\"><div id=\"opaquetext\" style=\"left:100px;\">";
	captureUserDatahtml = "Please fill in the form below";
	captureUserDatahtml = captureUserDatahtml + "<br><br>You must fill in any boxes marked with a * <br><br>";
	captureUserDatahtml = captureUserDatahtml + "<table><tr>";
	captureUserDatahtml = captureUserDatahtml + "<td>Title: * </td><td><input type=\"text\" id=\"userdatatitle\" name=\"userdatatitle\"></td></tr><tr>";
	captureUserDatahtml = captureUserDatahtml + "<td>Description: * </td><td><textarea id=\"userdatadesc\" name=\"userdatadesc\"></textarea></td></tr><tr>";
	
	captureUserDatahtml = captureUserDatahtml + "<td>Expiry Date (dd/mm/yyyy): * </td><td><input id=\"ExpiryDate\" name=\"ExpiryDate\">";
	captureUserDatahtml = captureUserDatahtml + "<button style=\"width:100px\" style=\"width:100px\" type=\"button\" value=\"select\" onclick=\"displayDatePicker('ExpiryDate',this)\"></td></tr><tr>";
	captureUserDatahtml = captureUserDatahtml + "<td>Comments:  </td><td><textarea id=\"comments\" name=\"comments\"></textarea></td></tr><tr>";
	captureUserDatahtml = captureUserDatahtml + "<td>Tags (separate with commas):</td><td><input type=\"text\" id=\"tags\" name=\"tags\"></td></tr>";
	captureUserDatahtml = captureUserDatahtml + "</table>";
	captureUserDatahtml = captureUserDatahtml + "<br><button style=\"width:100px\" style=\"width:100px\" id=\"saveUserData\" type=\"button\" name=\"saveUserData\" onclick=\"processSaveUserData()\">Save</button>";
	captureUserDatahtml = captureUserDatahtml + "<button style=\"width:100px\" style=\"width:100px\" id=\"backtostep3\" name=\"backtostep3\" onclick=\"backtoStep3()\">Previous</button>";
	//captureUserDatahtml = captureUserDatahtml + "</div></div>";

	step3maphtml = "<br>Step 2 - Select the type of object you wish to draw, and then draw it by clicking on the map  (you can only draw points for Organisations or Events)";
	step3maphtml = step3maphtml + "<br><input onclick=\"startDataCapture()\" id=\"feature_type1\" type=\"radio\" name=\"feature_type\" value=\"Point\" /> <label for=\"data_type1\">Point</label>";
	step3maphtml = step3maphtml + "<br><input onclick=\"startDataCapture()\" id=\"feature_type2\" type=\"radio\" name=\"feature_type\" value=\"Line\" /> <label for=\"data_type2\">Line</label>";
	step3maphtml = step3maphtml + "<br><input onclick=\"startDataCapture()\" id=\"feature_type3\" type=\"radio\" name=\"feature_type\" value=\"Polygon\" /> <label for=\"data_type3\">Polygon</label>";

	step3maphtml = step3maphtml + "<br>Click NEXT once you have finished drawing <br>";
	step3maphtml = step3maphtml + "<button style=\"width:100px\" id=\"backtostep2\" type=\"button\" name=\"backtostep2\" onclick=\"backtoStep2()\">Previous</button>";
	step3maphtml = step3maphtml + "<button style=\"width:100px\" id=\"tostep4\" type=\"button\" name=\"tostep4\" onclick=\"processStep3Map()\">Next</button>";
	step3maphtml = step3maphtml + "<br><br>";
	step3maphtml = step3maphtml + "<br><button style=\"width:200px;align:right\" id=\"clearMapData\" type=\"button\" name=\"clearMapData\" onclick=\"processClearMapData()\">Restart Drawing</button>";
	
	
