ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>South Holland | www.sholland.gov.uk | Business Survey 2011</title> <!-- Dublin Core meta tags start --> <meta name="DC.coverage" content="Lincolnshire, United Kingdom"> <meta name="DC.coverage.spatial" content="South Holland District Council, Lincolnshire, United Kingdom"> <meta name="DC.coverage.spatial.postcode" content="PE11 2XE"> <meta name="DC.creator" content="South Holland District Council, Priory Road, Spalding, PE11 2XE, e-mail: info@sholland.gov.uk"> <meta name="DC.date.created" scheme="W3CDTF" content="2011-03-04"> <meta name="DC.date.expiry" scheme="W3CDTF" content="3000-01-01"> <meta name="DC.date.issued" scheme="W3CDTF" content="2011-03-04"> <meta name="DC.date.modified" scheme="W3CDTF" content="2011-03-04"> <meta name="DC.date.updatingFrequency" content="six monthly"> <meta name="DC.description" content="Business Survey 2011"> <meta name="DC.format" scheme="IMT" content="text/html"> <meta name="DC.identifier" content="http://www.sholland.gov.uk"> <meta name="DC.language" scheme="ISO 639-2/T" content="en"> <meta name="DC.publisher" content="South Holland District Council, Priory Road, Spalding, PE11 2XE. Tel - 01775 761161 e-mail: info@sholland.gov.uk"> <meta name="DC.rights.copyright" content="Copyright (C) South Holland District Council 2011 unless otherwise specified."> <meta name="DC.title" content="Business Survey 2011"> <!-- Dublin Core meta tags end --> <!-- eGMS meta tags start --> <meta name="eGMS.accessibility" scheme="WCAG" content="Double-A"> <meta name="eGMS.accessibility" scheme="ICRA" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline v2.0" l gen true for "http://www.sholland.gov.uk" r (nz 1 vz 1 lz 1 oz 1 cz 1) "http://www.rsac.org/ratingsv01.html" 1 gen true for "http://www.sholland.gov.uk" r (n 0 s 0 v 0 1 0))'> <meta name="eGMS.subject.category" content="Public consultation"> <meta name="eGMS.subject.keyword" content="consultation; research"> <!-- eGMS meta tags end --> <!-- Standard meta tags start --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline v2.0" 1 gen true for "http://www.sholland.gov.uk" r (nz 1 vz 1 1z 1 oz 1 cz 1) "http://www.rsac.org/ratingsv01.html" 1 gen true for "http://www.sholland.gov.uk" r (n 0 s 0 v 0 1 0))'> <meta name="copyright" content="Copyright (C) South Holland District Council 2011 unless otherwise specified."> <meta name="country" content="Lincolnshire, United Kingdom"> <meta name="creator" content="South Holland District Council, Priory Road, Spalding, PE11 2XE, e-mail: info@sholland.gov.uk"> <meta name="publisher" content="South Holland District Council, Priory Road, Spalding, PE11 2XE. Tel - 01775 761161 e-mail: info@sholland.gov.uk"> <meta name="rights" content="Copyright (C) South Holland District Council 2011 unless otherwise specified."> <meta name="title" content="Business Survey 2011"> <meta name="last-modified" content="04/03/2011"> <meta name="keywords" content="South Holland District Council,Spalding Council,South Holland,Business Survey"> <meta name="description" content="Consultation"> <meta name="robots" content="INDEX,FOLLOW"> <!-- Standard meta tags end --> <meta http-equiv="Content-Style-Type" content="text/css"> <link rel="stylesheet" type="text/css" href="/SHDCCMSInternet/styles/shdc.css" media="screen"> <script language="javascript" type="text/javascript"> <!-- Hide from scriptless browsers snapAddEvent(window, 'load', snapInit); // Global settings var pageNumber=0; var lastPageNumber=1; var pBars=12; var hasSubmitted = false; var showButtons=true; var startPoint; var endPoint; var timerStarted = false; var allowStore=true; var g_subm = false; var pageContents=new Object(); var showButtonOptions=new Object(); var totalList=new Object(); var pageMapping=null; var textSubLookup=null; var usedPatterns = null; var g_noReplyText = ""; var g_NoReply = "(no reply)"; var g_And = " and "; //snap 10 JavaScript functions shared by web:html and msf based formats including webHost var objectsById=new Object(); var missingObjects=new Object(); var dependents=new Object(); var askedCache=new Object(); var cacheSelectOptions=new Object(); var snapVars = new Object(); //var g_noReplyText = "%%SNAP_NR_MESSAGE"; //var g_NoReply = "%%SNAP_USERSTRINGNoReply%%_END_"; //var g_And = " %%SNAP_USERSTRINGSnapAnd%%_END_ "; function snapVariable(vName, qName, gridFirstVname, inputType, responseType, numCodes, pageNum, askedCalc, validate, mustAns, exclusive, codeLabels, dependents) { this.vName = vName ? vName : null; //String this.qName = qName ? qName : null; //String this.gridFirstVname = gridFirstVname ? gridFirstVname : null; //String this.inputType = inputType ? inputType : null; //String: "checkbox", "radio", "select", "text", "hidden" //"textarea" being stated as "text" for now this.responseType = responseType ? responseType : null; //String: "Single", "Multiple", "Quantity", "Date", "Time", "Literal", "None" if (this.gridFirstVname != null) { //grid-first or grid-next, but not grid header. var gridName = gridFirstVname + "_GRID"; var gHeader = snapVars[gridName]; if (gHeader == null) { gHeader = new snapVariable(gridName); gHeader.gridMembers = new Array(); gHeader.gridFirstVname = gridFirstVname; gHeader.pageNum = pageNum; } gHeader.gridMembers[gHeader.gridMembers.length] = vName; if (askedCalc && !gHeader.askedCalc) { gHeader.askedCalc = getGridRouting; } } this.codeLabels = codeLabels ? codeLabels : null; //Array this.askedCalc = askedCalc ? askedCalc : null; //Function this.validate = validate ? validate : null; //Function this.mustAns = mustAns ? mustAns : false; //bool this.exclusive = exclusive ? exclusive : null; //Array this.numCodes = numCodes ? numCodes : 0; //Number this.pageNum = pageNum ? pageNum : 0; //Number this.dependents = dependents ? dependents : null; //Array snapVars[vName] = this; if (!snapVariable.prototype.IsGrid) { snapVariable.prototype.IsGrid = function(){return (null != this.gridFirstVname);} } } function snapVarMask(vName, codeMask, autoAnswer) { var sVar = snapVars[vName]; if (sVar) { sVar.codeMask = codeMask ? codeMask : null; sVar.autoAnswer = autoAnswer ? autoAnswer : null; if (sVar.gridFirstVname != null) { var gridName = sVar.gridFirstVname + "_GRID"; var gHeader = snapVars[gridName]; if (gHeader && !gHeader.askedCalc) { gHeader.askedCalc = getGridRouting; } } } } function getGridRouting() { var askedVal = false; for (var i in this.gridMembers) { if (!askedVal) { askedVal = asked(this.gridMembers[i]); } } return askedVal; } function FindQuestion(qName) { qName = qName.toLowerCase(); var retVal = null; for (var vName in snapVars) { var sVar = snapVars[vName]; if (sVar && sVar.qName && sVar.qName.toLowerCase()==qName) {retVal = sVar;break; } } if (!retVal) retVal = snapVars[qName.toUpperCase()]; return retVal; } function snapHookEvents(question) { var items = snapObjectsByName(question); var i; var item; for (i=0; i<items.length; i++) { item=items[i]; if (item.type) { if (item.type=='checkbox' || item.type=='radio') snapAddEvent(item, 'click', snapChangeMade); else if (item.type=='select-one' || item.type=='select-multiple') snapAddEvent(item, 'change', snapChangeMade); else if (item.type=='text' || item.type=='textarea') { snapAddEvent(item, 'blur', snapChangeMade); snapAddEvent(item, 'keypress', snapTimedChange); } } } } function snapAddEvent(obj, evType, fn) { var result=false; if (obj) { if (obj.attachEvent) { result=obj.attachEvent("on"+evType, fn); } else if (obj.addEventListener) { obj.addEventListener(evType, fn, true); result=true; } } return result; } function snapGlobalDoc() { return document.forms["SnapForm"].elements; } function snapObject(id) { var ret = objectsById[id]; if (ret == null) { if (missingObjects[id] == null) { ret = document.getElementById(id); if (ret == null) { missingObjects[id] = true; } objectsById[id] = ret; } } return ret; } function snapObjectsByName(name) { return document.getElementsByName(name); } function snapObjectsByTagName(tagName) { return document.getElementsByTagName(tagName); } function killEvent(eventOb) { if (eventOb) { if (null != eventOb.cancelBubble) eventOb.cancelBubble = true; if (eventOb.stopPropagation) eventOb.stopPropagation(); if (null != eventOb.returnValue) eventOb.returnValue = false; if (eventOb.preventDefault) eventOb.preventDefault(); } } function snapEventOrigin(arg) { if (arg.srcElement) return arg.srcElement; else if (arg.target) return arg.target; return null; } function TextToHtml(txtValue) { var htmlValue = txtValue.replace(/&/g, "&amp;"); htmlValue = htmlValue.replace(/[<]/g, "&lt;"); htmlValue = htmlValue.replace(/>/g, "&gt;"); htmlValue = htmlValue.replace(/\r\n/g,"<br>"); htmlValue = htmlValue.replace(/\n/g, "<br>"); htmlValue = htmlValue.replace(/\r/g,"<br>"); htmlValue = htmlValue.replace(/\t/g, "&nbsp;"); return htmlValue; } function snapFocusObject(object) { var done = false; if (object) { try { object.focus(); done = true; } catch (e)//hidden control { done = false; } } return done; } function snapShowQuestion(vName) { var control = snapObject(vName + "_1"); snapFocusObject(control); var tab = snapObject(vName); if (tab) { var offset = findObjY(tab); if (window.scrollTo) { window.scrollTo(0,offset); }else if (window.scroll) { window.scroll(0,offset); } } } function findObjY(obj) { var curtop = 0; if (obj.offsetParent) { while (obj.offsetParent) { curtop += obj.offsetTop; obj = obj.offsetParent; } }else if (obj.y) curtop = obj.y; return curtop; } //recursivley Invalidate Routing cache for dependents of 'question' function snapUndoRoutingFor(vName) { if (vName && dependents[vName]) { var undo=dependents[vName]; for (var i=0; i<undo.length; i++) { var thisVar = undo[i]; var sVar = snapVars[thisVar]; if (sVar && sVar.IsGrid()) { var gridOwner = sVar.gridFirstVname; gridOwner += "_GRID"; if (askedCache[gridOwner]!=null) delete askedCache[gridOwner]; } if (askedCache[thisVar]!=null) { delete askedCache[thisVar]; snapUndoRoutingFor(thisVar); }else if (sVar && !sVar.askedCalc) { snapUndoRoutingFor(thisVar); } } } } function resetRouting() { askedCache = new Object(); } function snapEvalAllRouting() { var somethingShown=false; if (snapVars) { for (var vName in snapVars) { if(snapEvalAskedFor(vName)) { somethingShown=true; } } } return somethingShown; } //////////////////////////////////////////////////////////////////////////////// function snapInclude(obj, show, val) { var changed = false; if (obj) { if (val == null) { val = ''; } if (!show) { val = 'none'; } if (obj.style.display!=val) { obj.style.display = val; changed = true; } } return changed; } function snapHide(obj, show) { if (obj) { obj.style.visibility=show?'visible':'hidden'; } } function snapIsIncluded(obj) { var result=false; if (obj) result=(obj.style.display!='none'); return result; } function findArrayValue(array, value) { var i; for(i=0;i<array.length;i++) { if(array[i]==value) return i; } return null; } function snapSwapObs(aCode, newCode) { if(aCode && newCode) { var aParent=aCode.parentNode; var newParent=newCode.parentNode; if (aParent &&newParent) { aParent.removeChild(aCode); newParent.removeChild(newCode); aParent.appendChild(newCode); newParent.appendChild(aCode); } } } //////////////////////////////////////////////////////////////////////////////// // Variable No Reply function doAutoAns(vName) { var sVar = snapVars[vName]; if (sVar && sVar.codeMask) { var numCodes = sVar.numCodes; var selObj = null; if (snapIsDropdown(vName)) selObj = snapObject(vName+'_1'); var changed = false; for(var i=1;i<=numCodes;i++) { var showThisCode=sVar.codeMask(i); if (selObj && selObj.options) { var found = false; for (var x = 0; x < selObj.options.length && !found; x++) { if (selObj.options[x].value == i) { found = true; if (selObj.options[x].selected != null) { if (showThisCode != selObj.options[x].selected) { changed = true; selObj.options[x].selected = showThisCode; } } } } }else { var codeOb = snapObject(vName+'_'+i); if (codeOb && codeOb.checked != null) { if (showThisCode != codeOb.checked) { changed = true; codeOb.checked = showThisCode; if (sVar.checkImage != null) SyncImage(vName, i); } } } } if (changed) snapOnChange(vName); } } function snapCodeBox(vName, i) { var box = null; var sVar = snapVars[vName]; if (sVar && (sVar.checkImage!=null)) { box = sVar.imgCodeBox[i]; } if (box==null) { box = snapObject(vName+'_'+i); } return box; } function snapGridLine(vName) { var gridLine=null; var elem=snapObject(vName+'_1'); while (elem && (!gridLine || gridLine.id == null || gridLine.id != vName)) { while(elem!=null && (elem.tagName==null || elem.tagName.toLowerCase()!='tr')) elem=elem.parentNode; if (elem != null) { if (!gridLine || (elem.id != null && elem.id == vName)) gridLine = elem; elem=elem.parentNode; } } return gridLine; } //////////////////////////////////////////////////////////////////////////////// // Variable Not Asked function snapEvalAskedFor(vName, postponedItems) { var somethingShown=true; var sVar = snapVars[vName]; var changed = false; if(sVar && (sVar.askedCalc || sVar.codeMask)) { var ask=asked(vName); somethingShown=ask; if(sVar.IsGrid()) { var gridLine = snapGridLine(vName); if(gridLine!=null) { snapInclude(gridLine, ask); } var gridOwner=sVar.gridFirstVname; if(gridOwner != vName) { snapInclude(snapObject(vName+'_SPACER'), ask); } var gridName = gridOwner +"_GRID"; if(snapVars[gridName] && snapVars[gridName].askedCalc) { var gridask=asked(gridName); snapInclude(snapObject(gridName), gridask); snapInclude(snapObject(gridOwner+'_SPACER'), gridask); somethingShown=gridask; } } else { if (snapInclude(snapObject(vName), ask)) changed = true; snapInclude(snapObject(vName+'_SPACER'), ask); } if (!ask && sVar.doAutoAns) { doAutoAns(vName); } } if(somethingShown && sVar && sVar.codeMask) { var isCombo = snapIsDropdown(vName); var numCodes = sVar.numCodes; var i; var showThisCode; somethingShown=false; for(i=1;i<=numCodes;i++) { showThisCode=sVar.codeMask(i); if (isCombo) { if (snapIncludeCombo(vName, i, showThisCode, postponedItems)) changed = true; }else { var codeObject = snapObject(vName+'c'+i); var codeBox = snapCodeBox(vName, i); if(codeObject) snapInclude(codeObject, showThisCode); else snapInclude(codeBox, showThisCode); snapHide(snapObject(vName+'g'+i), showThisCode); snapHide(snapObject(vName+'v'+i), showThisCode); if (!showThisCode) { var checkBox = snapObject(vName+'_'+i); if (checkBox && (checkBox.checked)) { checkBox.checked = false; if (checkBox != codeBox) SyncImage(vName, i); changed = true; } } } if(showThisCode) somethingShown=true; } } if (changed) snapOnChange(vName); return somethingShown; } function snapIncludeCombo(vName, code, showThisCode, postponedItems) { var changed = false; var selOb = snapObject(vName + '_1'); if (selOb && selOb.options) { var found = false; if (showThisCode) { var removedList = cacheSelectOptions[vName]; if (removedList) { for (var i =0; i < removedList.length && !found; i++) { if (removedList[i].value != null && removedList[i].value == code) { found = true; if (postponedItems) { postponedItems[vName] = true; }else { var option = removedList[i]; removedList.splice(i, 1); var pos = null; for (var j =0; j < selOb.options.length && (null == pos); j++) { if (selOb.options[j].value > option.value || (selOb.options[j].value ==0 && selOb.options[j].text=="")) { pos = selOb.options[j]; } } selOb.insertBefore(option, pos ); } } } } }else { for (var i =0; i < selOb.options.length && !found; i++) { if (selOb.options[i].value == code) { found = true; if (selOb.options[i].selected) { changed = true; try {b.options[i].selected = false; }catch(e) {//ie 6 bug? } } if (postponedItems) { postponedItems[vName] = true; }else { var option = selOb.options[i]; selOb.removeChild(option); if (!cacheSelectOptions[vName]) cacheSelectOptions[vName] = new Array(); var arr = cacheSelectOptions[vName]; arr[arr.length] = option; } } } } } return changed; } //////////////////////////////////////////////////////////////////////////////// // Variable exclusive function snapCheckExclusiveOf(sVar, object) { if ((sVar.checkImage != null) && object.type && (object.type == 'image')) { object = resolveCheckImg(sVar, object); } if (object.checked) { var changed = false; var c; var excl=sVar.exclusive; var code=parseInt(object.id.substr(object.id.indexOf('_')+1), 10); var isExclusive=false; for (c=0; c<excl.length && !isExclusive; c++) { if (excl[c]==code) isExclusive=true; } if (isExclusive) { var numCodes=sVar.numCodes; for (c=1; c<=numCodes; c++) { var codeBox = snapObject(sVar.vName+'_'+c); if (codeBox && (object!=codeBox) && (codeBox.checked!=null)) { codeBox.checked=false; if (sVar.checkImage != null) SyncImage(sVar.vName, c); changed = true; } } } else { for (c=0; c<excl.length; c++) { code=snapObject(object.name+'_'+excl[c]); if (code && code.checked) { code.checked=false; if (sVar.checkImage != null) SyncImage(sVar.vName, excl[c]); changed = true; } } } if (changed) { snapOnChange(object.name); } } } //////////////////////////////////////////////////////////////////////////////// function snapNumCodes(vName) { var result=0; var sVar = snapVars[vName]; if (sVar) { result = sVar.numCodes; } return result; } function snapIsOpen(vName) { var result = false; var sVar = snapVars[vName]; if (sVar) { result = sVar.isOpen; if (result==null &&sVar.inputType) { result = (sVar.inputType == "text" || sVar.inputType == "textarea" || sVar.inputType == "hidden"); sVar.isOpen = result; } } return result; } function snapIsClosed(vName) { var result = false; var sVar = snapVars[vName]; if (sVar) { result = sVar.isClosed; if (result==null && sVar.responseType) { result = (sVar.responseType == "M" || sVar.responseType == "S"); sVar.isClosed = result; } } return result; } function snapIsDropdown(vName) { var result = false; var sVar = snapVars[vName]; if (sVar) { result = sVar.isDropDown; if (result==null && sVar.inputType) { result = (sVar.inputType == "select"); sVar.isDropDown = result; } } return result; } //////////////////////////////////////////////////////////////////////////////// // Variable response function snapVarReply(vName) { var result=g_NoReply; //if (asked(vName)) { if(snapIsOpen(vName)) result=snapOpenReply(vName); else if(snapIsClosed(vName)) result=snapClosedReply(vName); } return result; } function snapVarValue(vName) { var result=""; if (snapIsDropdown(vName)) { var code=snapObject(vName+'_1'); if(code.options) { for (var i = 0; i < code.options.length; i++) { var thisOption=code.options[i]; if(thisOption!=null && thisOption.selected && thisOption.value!=null && thisOption.value.length>0) { if(result.length>0) result+=';'; result+=thisOption.value; } } } } else { var c=snapNumCodes(vName); while(c > 0) { code=snapObject(vName+'_'+c); if (code) { if((code.checked==null || code.checked) && code.value!=null && code.value.length>0) { if(result.length>0) result+=';'; result+=code.value; } } c--; } } return result; } function snapClosedAns(vName) { var result=null; if(asked(vName)) { result=snapVarValue(vName); } if(result==null) result=""; return result; } function snapClosedReply(vName) { var result=g_NoReply; var response=snapVarValue(vName); if(response.length>0) { var responses=response.split(";"); var i; result=""; for(i=0;i<responses.length;i++) { if(i>0) { if(i<responses.length-1) result+=", "; else result+=g_And; } result += snapCodeLabel(vName, responses[i]); } } return result; } function snapCodeLabel(vName, code) { var result=code; var sVar = snapVars[vName]; if (sVar && sVar.codeLabels) { if (0 < code && code <= sVar.codeLabels.length) { result = sVar.codeLabels[code - 1]; } } return result; } function snapOpenValue(vName) { var reply=""; var glovar=snapObject(vName+'_1'); if(glovar != null && glovar.value!=null) reply=""+glovar.value; if(reply==g_noReplyText) reply=""; reply=reply.replace(/^\s*/,"").replace(/\s*$/,""); return reply; } function snapOpenAns(vName) { var reply="" if(asked(vName)) { reply=snapOpenValue(vName); } return reply; } function snapOpenReply(vName) { var reply=snapOpenValue(vName); if(reply==null || reply.length==0 || reply==g_noReplyText) reply=g_NoReply; return reply; } function snapSetOpenReply(vName, value) { var glovar=snapObject(vName+'_1'); if(glovar != null && glovar.value!=null) glovar.value=value; } function snapChangeMade(arg) { var origin = snapEventOrigin(arg); if (origin) { snapCheckValueOf(origin); snapOnChange(origin.name); } } var g_timer = 0; function snapTimedChange(arg) { if (g_timer) { clearTimeout(g_timer); g_timer = null; } var origin = snapEventOrigin(arg); if (origin) { var name = origin.name; g_timer = setTimeout(function(){g_timer=null;snapOnChange(name);}, 1000); } } function snapOnChange(vName) { if (vName) { var sVar = snapVars[vName]; if (sVar && sVar.OnChangeFn) sVar.OnChangeFn(); snapUndoRoutingFor(vName); if (typeof snapEvalTotals != 'undefined'){ snapEvalTotals(vName);} if (typeof snapSubstituteText != 'undefined'){ snapSubstituteText(vName);} if (typeof snapEvalPageRouting != 'undefined'){ snapEvalPageRouting();} else if (typeof snapEvalAllRouting != 'undefined'){ snapEvalAllRouting();} } } // Check syntax of open-ended variables / check exclusive code settings for others function snapCheckValueOf(object) { if (object.name && object.id) { var sVar = snapVars[object.name]; if (sVar && sVar.exclusive) { if (sVar.inputType == 'checkbox') { snapCheckExclusiveOf(sVar, object); }else if (sVar.inputType == 'select') { snapSelectExclusiveOf(sVar, object); } } } } function snapSelectExclusiveOf(sVar,object) { if (nota_dd) { nota_dd(object, sVar.exclusive); } } var nota_prevList = new Array(); var nota_firstCode=0,nota_lastSingleClicked=0,nota_numSelected=0,nota_lastCode=0; function nota_dd(selectOb, codes) { var newList=new Array(); var currentList=new Array(); var lastClickedCode=0,endCode=0,i=0,j=0; var isLastSingle=false,found=false,unSelected=false; newList = nota_getNewList(selectOb); currentList = nota_getCurrentList(selectOb); lastClickedCode = nota_getLastClickedCode(currentList,newList); if (nota_numSelected>1 && !isNaN(nota_firstCode) && nota_firstCode!=null && !isNaN(nota_lastCode) && nota_lastCode!=null) { isLastSingle=nota_isInNumArray(codes, selectOb.options[nota_lastCode].value, 0); var i=nota_firstCode; endCode=(nota_firstCode<nota_lastCode) ? nota_lastCode+1 : lastCode-1; while(i!=endCode) //loop all codes in range nota_firstCode -> nota_lastCode { if ((isLastSingle && i!=lastClickedCode) || (nota_isInNumArray(codes, selectOb.options[i].value, 0) && selectOb.options[i].selected==true)) { selectOb.options[i].selected=false; unSelected=true; } nota_firstCode<nota_lastCode ? i++ : i--; } } if (unSelected==true) selectOb.selectedIndex=lastClickedCode; nota_prevList = nota_getCurrentList(selectOb); nota_lastSingleClicked = newList[0]; } function nota_getCurrentList(selectOb) { //Return all codes currently checked var i=0,j=0,lastJ=0; var cList=new Array(); nota_firstCode=-1; nota_lastCode=-1; for(i=0;i<selectOb.length;i++) { if (selectOb[i].selected==true) { if (nota_firstCode<0)nota_firstCode=i; if (j>lastJ) { nota_lastCode=i; lastJ=j } cList[j]=i; j++; } } return cList; } function nota_getLastClickedCode(currList,newList) { //If user has clicked up the list return the first code from newList //nota_lastSingleClicked is needed for Ctrl_0(M), Ctrl_5(M), Shift_1 over a single if (newList.length==1 || newList[0]<nota_prevList[0] || newList[0]<nota_lastSingleClicked) return newList[0]; else //If user has clicked down the list return the last code from newList return newList[newList.length-1]; } function nota_isInNumArray(arr, i, startIndex) { var j=0; var found=false; if (!(arr==null)) { for (j=startIndex; j<arr.length; j++) { if (arr[j]==i) found=true; } } return found; } function nota_getNewList(selectOb) { //returns allChecked - previousList var i,j,k=0; nota_numSelected=0; var found=false; var newList = new Array(); var collection = selectOb; for (i=0; i<collection.length; i++) { if (collection[i].selected==true) { nota_numSelected++; if (!nota_isInNumArray(nota_prevList, i, 0)) { newList[k]=i; k++; } } } return newList; } //////////////////////////////////////////////////////////////////////////////// function getAsked(vName) { var isAsked = true; if(!vName || vName=="") { isAsked=false; } else { var sVar = snapVars[vName]; if (!sVar) { isAsked=true;//? }else if(sVar.askedCalc) { isAsked=sVar.askedCalc(); } if (isAsked && sVar && sVar.codeMask) { var numCodes=sVar.numCodes; var autoReplies=0; if (sVar.autoAnswer) { sVar.doAutoAns = false; autoReplies = sVar.autoAnswer; } var showing = 0; for(var i=1;i<=numCodes && (showing <= autoReplies);i++) { var showThisCode=sVar.codeMask(i); if (showThisCode) showing++; } if (showing <= autoReplies) { isAsked = false; if (autoReplies > 0) sVar.doAutoAns = true; } } } return isAsked; } function asked(vName) { if (null == askedCache[vName]) { askedCache[vName]=getAsked(vName); if (null == askedCache[vName]) { askedCache[vName]= true; } } return askedCache[vName]; } function noreply(vName) { var isNR = false; if (asked(vName)) { if (ans(vName) == "") { isNR = true; } } return isNR; } function ans(vName) { var answer=""; if(snapIsOpen(vName)) answer=snapOpenAns(vName); else if(snapIsClosed(vName)) answer=snapClosedAns(vName); return answer; } function ansAsNum(vName) { return parseFloat(ans(vName)); } function cVR(vName,value) { var result=false; if (asked(vName)) { var glovar=snapObject(vName); if(glovar != null) { var testValue=snapVarValue(vName); if((";"+testValue+";").indexOf(";"+value+";")>=0) { result=true; } } } return result; } function cVV(name1,name2) { var result=false; if (asked(name1) && asked(name2) && !noreply(name1) && !noreply(name2)) { var r1=";"+ans(name1)+";"; var r2=";"+ans(name2)+";"; while(r2.length>2&&!result) { var i=r2.substring(1).indexOf(";")+1; if(r1.indexOf(r2.substring(0,i+1))>=0) result=true; else r2=r2.substring(i); } } return result; } function cVM(vName)//(, ...) { var result=false; var numArgs = arguments.length; if ((1 < numArgs) && asked(vName)) { if (snapIsClosed(vName)) { if (snapIsDropdown(vName)) { var control = snapObject(vName + '_1'); if (control && (control.options != null)) { if (control.type.toLowerCase()=='select-one') { if (control.options[control.selectedIndex] != null) { var val = control.options[control.selectedIndex].value; if (val > 0) { for (var i = 1; (i < numArgs) && !result; i++) { result = (val == arguments[i]); } } } }else { for (var opt = 0; !result && (opt < control.options.length); opt++) { if (control.options[opt].selected && (control.options[opt].value>0)) { var val = control.options[opt].value; for (var i = 1; (i < numArgs) && !result; i++) { result = (val == arguments[i]); } } } } } }else { for (var i = 1; (i < numArgs) && !result; i++) { var requiredCode = snapObject(vName + '_' + arguments[i]); if ((null != requiredCode) && (null != requiredCode.checked)) { result = (requiredCode.checked == true); } } } }else { var answer = ans(vName); if (answer!="") { answer = ";"+answer+";"; for (var i = 1; (i < numArgs) && !result; i++) { if (0 <= answer.indexOf(";"+arguments[i]+";")) { result = true; } } } } } return result; } function cInRange(value, minValue, maxValue) { var result=(value!=null && (maxValue!=NaN) && (minValue!=NaN) && (value>=minValue && value<=maxValue)||(value>=maxValue && value<=minValue)); return result; } function cVarRange(vName,realName,min,max,UiCode) { var inRange=false; var locVar=snapObject(vName+ "_1"); if (locVar != null) { var numstr=snapOpenValue(vName); if (0 < numstr.length) { var number = parseFloat(numstr); if (!isNaN(number) && (number>=min) && (number<=max)) { inRange = true; } } } return inRange; } //////////////////////////////////////////////////////////////////////////////// function codeReply(vName,nameCodes) { var reply=""; var glovar=snapObject(vName); if(glovar != null) { var first=true; var mValue=glovar.value+";"; while(mValue.length>1) { var cPos=mValue.indexOf(";"); if(!first) { if(cPos==mValue.length-1) reply+=g_And; else reply+=", "; } reply+=nameCodes[parseInt(mValue.substring(0,cPos), 10)-1]; first=false; mValue=mValue.substring(cPos+1); } } if(reply.length==0) reply=g_NoReply; return reply; } //masking function VarToNum(vName) { var result = 0; if (snapIsOpen(vName)) { var control = snapObject(vName + '_1'); if (control) { result = parseInt(snapOpenValue(vName), 10); } }else if (snapIsDropdown(vName)) { var control = snapObject(vName + '_1'); if (control && (control.options != null)) { var ok = true; for (var x = 0; (x < control.options.length) && ok; x++) { if (control.options[x].selected) { if (0 == result) { result = control.options[x].value; }else { result = 0; ok = false; } } } } }else if (snapIsClosed(vName)) { var numCodes = snapNumCodes(vName); var ok = true; for (var x = 1; (x <= numCodes) && ok; x++) { var control = snapObject(vName + '_' + x); if (control && control.checked) { if (0 == result) { result = control.value; }else { result = 0; ok = false; } } } } if (0 == result) { result = NaN; } return result; } //////////////////////////////////////////////////////////////////////////////// // Date and Time function FormatDate(Date) { var dateString = ""; if (snapIsUk()) { dateString += Date.getDate()+"/"; dateString += (1 + Date.getMonth()); } else { dateString += (1 + Date.getMonth())+"/"; dateString += Date.getDate(); } dateString += "/" + Date.getYear(); return dateString; } function FormatTime(Time) { var timeString = ""; var tempStr = Time.getHours().toString(); if (tempStr.length == 1) tempStr = "0" + tempStr; timeString += tempStr + ":"; tempStr = Time.getMinutes().toString(); if (tempStr.length == 1) tempStr = "0" + tempStr; timeString += tempStr + ":"; tempStr = Time.getSeconds().toString(); if (tempStr.length == 1) tempStr = "0" + tempStr; timeString += tempStr; return timeString; } function GetToday() { var Now = new Date(); var Today = new Date(Now.getFullYear(), Now.getMonth(), Now.getDate(), 0, 0, 0, 0); return Today; } function getMonthName(i) { var month = ""; switch (i) { case 0: month="January";break; case 1: month="February";break; case 2: month="March";break; case 3: month="April";break; case 4: month="May";break; case 5: month="June";break; case 6: month="July";break; case 7: month="August";break; case 8: month="September";break; case 9: month="October";break; case 10: month="November";break; case 11: month="December";break; } return month; } function GetNow() { var Now = new Date(); Now.setFullYear(1970, 0, 1); return Now; } //////////////////////////////////////////////////////////////////////////////// function getLabel(labelArray, orderArray, code) { return labelArray[orderArray[code]]; } function getValue(orderArray, code) { var val = orderArray[code] + 1; var str = "" + val; return str; } function V112valid(code){return (isValidNum("V112", true, "ID.time"));} function onLabel(ctlId) { var retVal = true; if (ctlId && document.getElementById) { var ctl = document.getElementById(ctlId); if (ctl && ctl.type) { retVal = false; var type = ctl.type.toLowerCase(); if ((type == "radio") || (type == "checkbox")) ctl.click(); if (type != "hidden") ctl.focus(); } } return retVal; } function snapVarRotation(vName, type, method, count) { var sVar = snapVars[vName]; if (sVar) { sVar.rotType = type; //code or grid sVar.rotMethod = method; sVar.rotCount = count; } } //////////////////////////////////////////////////////////////////////////////// /***SNAP INIT START***/ function snapInit() { var query=unescape(location.search.substring(1)); for (var p=1; p<=lastPageNumber; p++) { snapInclude(snapObject('p_p'+p), false); } linkButton('b_next', snapNextPage); linkButton('b_back', snapBackPage); linkButton('b_submit', snapSubmitPage); linkButton('b_reset', snapResetPage); linkButton('b_restart', snapResetAll); linkButton('b_print', snapPrint); showButtonOptions['b_back']='pageNumber>=2&&pageNumber<=lastPageNumber'; showButtonOptions['b_reset']='pageNumber>=1&&pageNumber<=lastPageNumber'; showButtonOptions['b_next']='pageNumber>=1&&pageNumber<=lastPageNumber-1'; showButtonOptions['b_submit']='pageNumber>=lastPageNumber&&pageNumber<=lastPageNumber'; // List of variables that have one or more dependents dependents['V31']=new Array("V34"); dependents['V38']=new Array("V39","V37"); dependents['V68']=new Array("V69"); // identify which questions are on each page pageContents[1]=new Array("V2","V3","V102","V4","V5","V8","V10","V11","V12","V108","V19","V22","V23","V24","V25","V30","V18","V31","V34","V38","V39","V37","V36","V40","V41","V100","V54","V55","V111","V35","V42","V43","V44","V45","V47","V48","V49","V50","V51","V52","V53","V57","V58","V59","V60","V61","V63","V64","V65","V66","V67","V62","V68","V69","V70","V71","V98","V72","V73","V76","V77","V96","V103","V105","V80","V110","V81","V82","V83","V84","V85","V86","V87","V88","V89","V90","V91","V92","V93"); new snapVariable("V112", "ID.time", null, "hidden", "Q", 1, 1, null, V112valid, false, null, null, null); new snapVariable("V2", "N1", null, "none", "N", 0, 1, null, null, false, null, null, null); new snapVariable("V3", "N2", null, "none", "N", 0, 1, null, null, false, null, null, null); new snapVariable("V102", "N3", null, "none", "N", 0, 1, null, null, false, null, null, null); new snapVariable("V4", "Q1", null, "radio", "S", 6, 1, null, null, false, null, null, null); new snapVariable("V5", "Q1a", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V8", "Q2a", "V8", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V10", "Q2b", "V8", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V11", "Q3", null, "checkbox", "M", 7, 1, null, null, false, null, null, null); new snapVariable("V12", "Q3a", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V108", "Q4", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V19", "Q5a", null, "radio", "S", 6, 1, null, null, false, null, null, null); new snapVariable("V22", "Q6", null, "radio", "S", 6, 1, null, null, false, null, null, null); new snapVariable("V23", "Q6a", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V24", "Q7a", null, "radio", "S", 3, 1, null, null, false, null, null, null); new snapVariable("V25", "Q8a", null, "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V30", "Q9a", null, "radio", "S", 4, 1, null, null, false, null, null, null); new snapVariable("V18", "Q10a", null, "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V31", "Q11", null, "radio", "S", 2, 1, null, null, false, null, null, dependents['V31']); new snapVariable("V34", "Q12", null, "checkbox", "M", 7, 1, null, null, false, null, null, null); new snapVariable("V38", "Q13a", null, "radio", "S", 2, 1, null, null, false, null, null, dependents['V38']); new snapVariable("V39", "Q14", null, "checkbox", "M", 3, 1, null, null, false, null, null, null); new snapVariable("V37", "Q14a", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V36", "Q15", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V40", "Q16", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V41", "Q17", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V100", "Q18", null, "radio", "S", 2, 1, null, null, false, null, null, null); new snapVariable("V54", "Q19a", "V54", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V55", "Q19b", "V54", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V111", "Q19c", "V54", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V35", "Q20a", "V35", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V42", "Q20b", "V35", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V43", "Q20c", "V35", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V44", "Q20d", "V35", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V45", "Q20e", "V35", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V47", "Q20f", "V35", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V48", "Q20g", "V35", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V49", "Q20h", "V35", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V50", "Q20i", "V35", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V51", "Q20j", "V35", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V52", "Q20k", "V35", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V53", "Q20l", "V35", "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V57", "Q21", null, "radio", "S", 4, 1, null, null, false, null, null, null); new snapVariable("V58", "Q22a", "V58", "radio", "S", 3, 1, null, null, false, null, null, null); new snapVariable("V59", "Q22b", "V58", "radio", "S", 3, 1, null, null, false, null, null, null); new snapVariable("V60", "Q22c", "V58", "radio", "S", 3, 1, null, null, false, null, null, null); new snapVariable("V61", "Q22d", "V58", "radio", "S", 3, 1, null, null, false, null, null, null); new snapVariable("V63", "Q22e", "V58", "radio", "S", 3, 1, null, null, false, null, null, null); new snapVariable("V64", "Q22f", "V58", "radio", "S", 3, 1, null, null, false, null, null, null); new snapVariable("V65", "Q22g", "V58", "radio", "S", 3, 1, null, null, false, null, null, null); new snapVariable("V66", "Q22h", "V58", "radio", "S", 3, 1, null, null, false, null, null, null); new snapVariable("V67", "Q22i", "V58", "radio", "S", 3, 1, null, null, false, null, null, null); new snapVariable("V62", "Q22j", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V68", "Q23a", null, "radio", "S", 3, 1, null, null, false, null, null, dependents['V68']); new snapVariable("V69", "Q24", null, "radio", "S", 5, 1, null, null, false, null, null, null); new snapVariable("V70", "Q25a", "V70", "radio", "S", 2, 1, null, null, false, null, null, null); new snapVariable("V71", "Q25b", "V70", "radio", "S", 2, 1, null, null, false, null, null, null); new snapVariable("V98", "N4", null, "none", "N", 0, 1, null, null, false, null, null, null); new snapVariable("V72", "Q26", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V73", "Q27a", null, "radio", "S", 2, 1, null, null, false, null, null, null); new snapVariable("V76", "Q28a", null, "radio", "S", 2, 1, null, null, false, null, null, null); new snapVariable("V77", "Q29", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V96", "Q30", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V103", "N5", null, "none", "N", 0, 1, null, null, false, null, null, null); new snapVariable("V105", "N6", null, "none", "N", 0, 1, null, null, false, null, null, null); new snapVariable("V80", "N7", null, "none", "N", 0, 1, null, null, false, null, null, null); new snapVariable("V110", "N8", null, "none", "N", 0, 1, null, null, false, null, null, null); new snapVariable("V81", "Q31a", null, "radio", "S", 2, 1, null, null, false, null, null, null); new snapVariable("V82", "Q32", null, "radio", "S", 7, 1, null, null, false, null, null, null); new snapVariable("V83", "Q33a", null, "radio", "S", 2, 1, null, null, false, null, null, null); new snapVariable("V84", "N9", null, "none", "N", 0, 1, null, null, false, null, null, null); new snapVariable("V85", "Q34", null, "radio", "S", 18, 1, null, null, false, null, null, null); new snapVariable("V86", "Q34a", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V87", "Q35a", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V88", "Q36", null, "radio", "S", 9, 1, null, null, false, null, null, null); new snapVariable("V89", "Q36a", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V90", "Q37", null, "radio", "S", 6, 1, null, null, false, null, null, null); new snapVariable("V91", "Q37a", null, "text", "L", 1, 1, null, null, false, null, null, null); new snapVariable("V92", "N10", null, "none", "N", 0, 1, null, null, false, null, null, null); new snapVariable("V93", "N11", null, "none", "N", 0, 1, null, null, false, null, null, null); fStartTimer(1); //process query string, now variables exist snapQueryString(query); // check question responses when they change for(var i=1; i<=lastPageNumber; i++) { if (pageContents[i]) { var pageItems = pageContents[i]; for(var j=0; j<pageItems.length; j++) { snapHookEvents(pageItems[j]); } } } // Prepare the first page var pleaseWait = snapObject("snapIntro"); if (pleaseWait != null) { var aParent=pleaseWait.parentNode; if (aParent != null) { aParent.removeChild(pleaseWait); objectsById["snapIntro"] = null; } } snapApplyInitialSubstitutions(); snapInclude(snapObject('snapbuttons'), true, 'block'); snapInclude(snapObject('snapDiv'), true, 'block'); if (lastPageNumber > 1) snapInclude(snapObject('b_progress'), true); snapNextPage(); } /***SNAP INIT END***/ function linkButton(name, func) { var button = snapObject(name); var done = false; if (button && button.parentNode) { var bParent = button.parentNode; if (bParent && bParent.tagName && ("a" == bParent.tagName.toLowerCase())) { done = true; snapAddEvent(bParent, 'keypress',func); snapAddEvent(bParent, 'click',func); } } if (!done) { snapAddEvent(button, 'click',func); } } function snapQueryString(query) { var pairs=query.split("&"); for(var i=0; i<pairs.length;i++) { var pos=pairs[i].indexOf('='); if (pos>0) { var argName=pairs[i].substring(0,pos); var value=pairs[i].substring(pos+1); if ((argName=="id") || (argName=="u")) {snapSetOpenReply("0",value); }else if (argName=="p") {snapSetOpenReply("0",value); }else if (argName=="s") {snapSetOpenReply("0",value); } else //argName is question Name, not Vnumber { var sVar = FindQuestion(argName); if (sVar) { if (snapIsClosed(sVar.vName) && !snapIsDropdown(sVar.vName)) { var codes=unescape(value).split(","); for(var c=0; c<codes.length;c++) { setVarValue(sVar.vName+"_" + codes[c], "1"); } SyncAllImages(sVar); } else { setVarValue(sVar.vName+"_1", value); } } } } } } function snapMappedPage(page) { if (pageMapping != null) { if(page>=1 && page<=lastPageNumber) { page=pageMapping[page]; } } return page; } // System function SyncImage(vName, i) { } function SyncAllImages(sVar) { if (sVar && (sVar.checkImage != null)) { for (var i= 1;i<=sVar.numCodes;i++) SyncImage(sVar.vName, i); } } //////////////////////////////////////////////////////////////////////////////// function snapSubmitPage(eventOb) { if (snapIgnoreKey(eventOb)) return false; killEvent(eventOb); var okToSubmit=false; var btn = snapObject('b_submit'); if (!hasSubmitted && snapIsIncluded(btn) && !btn.disabled) { btn.disabled=true; var somethingToShow=false; var nextPage=pageNumber; while(nextPage<=lastPageNumber && snapPageValidationOk(nextPage)) { nextPage++; if(nextPage<=lastPageNumber) { somethingToShow=snapEvalShowPage(nextPage, false); } } if(nextPage > lastPageNumber) { okToSubmit = true; hasSubmitted = true; snapShowPage(lastPageNumber); } if(nextPage<=lastPageNumber) { btn.disabled=false; snapShowPage(nextPage); okToSubmit=false; } } if (okToSubmit) { fEndTimer(); document.forms["SnapForm"].submit(); } return false; } function snapIgnoreKey(eventOb) { var ignore= false; if (eventOb && (eventOb.type.toLowerCase()=="keypress") && (eventOb.keyCode != null)) { if ((eventOb.keyCode!=32) && (eventOb.keyCode!=10)) { ignore = true; if (eventOb.charCode!=null) { if ((eventOb.charCode==32) || (eventOb.charCode==10)) ignore = false; } } } return ignore; } function snapEvalShowPage(Pagenum, force) { var postponedItems = new Array(); //lengthy fix for bug in opera9 var somethingToShow=snapEvalPageRouting(Pagenum, postponedItems); if(somethingToShow || force) { snapShowPage(Pagenum); for (var vName in postponedItems) { snapEvalAskedFor(vName); } } postponedItems = null; return somethingToShow; } function snapNextPage(eventOb) { if (snapIgnoreKey(eventOb)) return true; if (eventOb && eventOb.preventDefault) eventOb.preventDefault(); var somethingToShow=false; var nextPage=pageNumber; while(nextPage<lastPageNumber && !somethingToShow && snapPageValidationOk(nextPage)) { nextPage++; somethingToShow=snapEvalShowPage(nextPage, nextPage==lastPageNumber); } return false; } function snapBackPage(eventOb) { if (snapIgnoreKey(eventOb)) return true; if (eventOb && eventOb.preventDefault) eventOb.preventDefault(); var somethingToShow=false; var nextPage=pageNumber; while(nextPage>1 && !somethingToShow) { nextPage--; somethingToShow=snapEvalShowPage(nextPage, (nextPage==1)); } return false; } function snapPrint(eventOb) { if (snapIgnoreKey(eventOb)) return true; window.print(); } function snapResetPage(eventOb) { if (snapIgnoreKey(eventOb)) return true; if (eventOb && eventOb.preventDefault) eventOb.preventDefault(); var aPage=snapMappedPage(pageNumber); if (pageContents[aPage]) { var changed = false; var pageItems = pageContents[aPage]; for(var i=0; i<pageItems.length; i++) { var controls = snapObjectsByName(pageItems[i]); if (controls && controls.length > 0) { for(var j=0; j<controls.length; j++) { var elem = controls[j]; if (elem && elem.tagName != null) { var lTagName = elem.tagName.toLowerCase(); if (lTagName=="input") { if ((elem.type!= null) && (elem.type.toLowerCase() == 'text')) { if (elem.value && elem.value!="") { elem.value = ""; changed = true; } }else if (elem.checked) { elem.checked = false; changed = true; } }else if (lTagName=="textarea") { if (elem.value && elem.value!="") { elem.value = ""; changed = true; } }else if (lTagName=="select") { if (elem.selectedIndex != null) { elem.selectedIndex = 0; } for (var op = 0; op < elem.options.length; op++) { if (elem.options[op].value > 0 && elem.options[op].selected) { elem.options[op].selected = false; changed = true; } } } } } } } if (changed) { snapApplyInitialSubstitutions(); resetRouting(); snapEvalPageRouting(); } } return false; } function snapResetAll(eventOb) { if (snapIgnoreKey(eventOb)) return true; document.forms["SnapForm"].reset(); snapApplyInitialSubstitutions(); resetRouting(); snapEvalPageRouting(); snapShowPage(1); } function snapShowPage(target) { if (target>=1 && target<=lastPageNumber) { snapInclude(snapObject("p_p"+snapMappedPage(pageNumber)), false); snapInclude(snapObject("p_p"+snapMappedPage(target)), true, 'block'); pageNumber=target; snapFocusPage(pageNumber); } if(lastPageNumber>0) { // buttons for (var butn in showButtonOptions) { snapIncludeBtn(snapObject(butn), eval(showButtonOptions[butn])); } // progress bar progress=snapObject("b_progress"); if (progress) { var progText = ""; if (progress.tagName != null && progress.tagName.toLowerCase()=="span") { progress.firstChild.nodeValue = progText; }else { if(progress.src) { var file=pbRatio(pBars); progress.src=progress.src.replace(/\d{2}\.gif/, file+".gif"); } progress.alt=progText; } } } } function snapFocusObject(object) { var done = false; if (object) { try { object.focus(); done = true; } catch (e)//hidden control { done = false; } } return done; } function snapFocusPage(page) { var found = false; page=snapMappedPage(page); if(page>=1 && page<=lastPageNumber) { if (pageContents[page]) { var pageItems = pageContents[page]; for(var j=0; j<pageItems.length && !found; j++) { if (getAsked(pageItems[j])) { var code =0; var codeOb= null; do { code++; codeOb = snapObject(pageItems[j]+'_'+code); found = snapFocusObject(codeOb); } while (!found && codeOb != null) } } } if (window.scrollTo) { window.scrollTo(0,0); }else if (window.scroll) { window.scroll(0,0); } } } function snapEvalPageRouting(aPage, postponedItems) { var somethingShown=false; if (aPage==null) aPage=pageNumber; aPage=snapMappedPage(aPage); if (aPage>=1 && aPage<=lastPageNumber && pageContents[aPage]) { var pageItems=pageContents[aPage]; for (var i=0; i<pageItems.length; i++) { if(snapEvalAskedFor(pageItems[i], postponedItems)) { somethingShown=true; } } } return somethingShown; } //////////////////////////////////////////////////////////////////////////////// function snapApplyInitialSubstitutions() { snapIntSubst(); for (var vName in textSubLookup) { var SpanArray = textSubLookup[vName]; for(var i=0;i<SpanArray.length;i++) { SpanArray[i].firstChild.nodeValue = snapVarReply(vName); } } } function snapIntSubst() { if (textSubLookup == null) { textSubLookup = new Object(); var all_span = snapObjectsByTagName('span'); var i; for(i=0;i<all_span.length;i++) { if(all_span[i].id) { var nameLen = all_span[i].id.indexOf('_reply'); if (nameLen > 0) { var newName = all_span[i].id.substr(0, nameLen); if (textSubLookup[newName] == null) { textSubLookup[newName] = new Array(); } var subList = textSubLookup[newName]; subList[subList.length] = all_span[i]; } } } } } function snapSubstituteText(questionName) { snapIntSubst(); if (textSubLookup[questionName] != null) { var subList = textSubLookup[questionName]; var i; for(i=0;i<subList.length;i++) { if(subList[i].id && (0 == subList[i].id.indexOf(questionName+'_reply'))) { subList[i].firstChild.nodeValue=snapVarReply(questionName); } } } } //////////////////////////////////////////////////////////////////////////////// function snapEvalTotals(vName) { var expr=totalList[vName]; if(expr!=null) eval(expr); } function totalise() { var i=0,j=0,sum=0,varFloat=0,notBlank=false,isZero=false,varString='',srcVar,tarVar; var lastValues = new Array(); var allowNegs=arguments[arguments.length-3]; var roundNums=arguments[arguments.length-2]; var cleanNum=arguments[arguments.length-1]; for (i=0; i<arguments.length-4; i++) { srcVar=snapGlobalDoc()[arguments[i]]; if (srcVar) { varString = srcVar.value; if (cleanNum) varString = cleanNumber(srcVar.value, allowNegs); if (roundNums) varString = '' + Math.round(parseFloat(varString)); varFloat = parseFloat(varString); if ((!allowNegs && varFloat < 0) || isNaN(varFloat)) { varString=''; varFloat=0; } sum += varFloat; if (varString == '0') isZero=true; if (varString != '') notBlank=true; if (lastValues[i] != srcVar.value) srcVar.value = varString; lastValues[i] = varString; } } tarVar=snapGlobalDoc()[arguments[arguments.length-4]]; if (tarVar && ((lastValues[i+1] != sum || lastValues[i+1] != tarVar.value) || sum==0)) { if (notBlank) { if (sum > 0 || allowNegs) varString = sum; else isZero ? varString = '0' : varString = ''; if (roundNums) varString = Math.round(sum); tarVar.value = varString; }else { tarVar.value = ''; } lastValues[i+1] = tarVar.value; if (typeof snapOnChange != 'undefined') { snapOnChange(arguments[arguments.length-4]); } } } function cleanNumber(varString, allowNegs) { var newVarString = ""; if(allowNegs) newVarString=varString.replace(/^[^+\-0-9\.]*([+\-]?\d*\.?\d*).*$/, '$1'); else newVarString=varString.replace(/^[^+0-9\.]*(\+?\d*\.?\d*).*$/, '$1'); return newVarString; } function addSurveyPlus(eTypeStr, eHandler) {//eventTypeStr, eventHandler, vName1, vName2...vNameN if (arguments != null && arguments.length > 2) { var eTypeStr = arguments[0]; //eg "blur", "click". var eHandler = arguments[1]; //splus JS function call. for (var i=2; i <= arguments.length - 1; i++) { var snapVar = snapGlobalDoc()[arguments[i]]; if (snapVar) { if (snapVar.length && !(snapVar.type && snapVar.type.indexOf("select") >= 0)) {//Assign handler to all items in collection. eg. radio buttons in list. for (var j=0; j < snapVar.length; j++) { snapAddEvent(snapVar[j], eTypeStr, eHandler); } }else {//Assign handler to single item in list. eg. text box, or single radio button. snapAddEvent(snapVar, eTypeStr, eHandler); } } } } } //////////////////////////////////////////////////////////////////////////////// function snapIncludeBtn(obj, show, val) { snapInclude(obj, show, val); if (obj && obj.parentNode) { var bParent = obj.parentNode; if (bParent && bParent.tagName && ("a" == bParent.tagName.toLowerCase())) { snapInclude(bParent, show, val); } } } //////////////////////////////////////////////////////////////////////////////// // Variable No Reply function formatMessage(template, qName, num1, num2, pattern) { if (qName) { template = template.replace("<<question>>", qName); } if (num1 != null) { template = template.replace("<<min>>", num1); template = template.replace("<<num>>", num1); } if (num2 != null) { template = template.replace("<<max>>", num2); template = template.replace("<<num>>", num2); } if (qName) { template = template.replace("<<pattern>>", pattern); } return template; } // Variable No Reply function snapForceReply(vName, realName) { var result=true; if(noreply(vName)) { alert(formatMessage("Please provide an answer for question <<question>>.", realName)); result=false; snapShowQuestion(vName); } return result; } function updateHighlight(sVar, result) { if (!sVar.errOb) { var obj = snapObject(sVar.vName+'_1'); var found = false; while (obj && !found) { if (!obj.className) obj=obj.parentNode; else if (obj.className.indexOf("_class") >= 0) { found = true; sVar.errOb = obj; sVar.validStyle = obj.className; if (obj.className.indexOf("_classT") >= 0) sVar.errStyle = "Err_classT"; else sVar.errStyle = "Err_classR"; } else { obj = obj.parentNode; } } if (!found) sVar.errOb = true; } if (sVar.errOb && (sVar.errOb != true) && sVar.errOb.className) { if (result) sVar.errOb.className = sVar.validStyle; else sVar.errOb.className = sVar.errStyle; } } function snapPageValidationOk(page) { var result=true; page=snapMappedPage(page); if(page>=1 && page<=lastPageNumber && pageContents[page]) { var pageItems = pageContents[page]; for(var j=0; j<pageItems.length && result; j++) { var vName = pageItems[j]; var sVar = snapVars[vName]; if (sVar) { if(sVar.validate) { if (asked(vName)) {result=sVar.validate(); } } if(result && sVar.mustAns) { result=snapForceReply(vName, sVar.qName); } updateHighlight(sVar, result); } } } return result; } //////////////////////////////////////////////////////////////////////////////// function fStartTimer(uk) { if (!timerStarted) { startPoint = new Date(); var hours = startPoint.getHours(); var mins = "00" + startPoint.getMinutes(); var timeValue = ""+hours+":"+mins.substr(mins.length - 2); var days = startPoint.getDate(); var months = startPoint.getMonth() + 1; var years = "00" + startPoint.getYear().toString(); years = years.substr(years.length - 2); var dateValue; if (uk) dateValue = days + "/" + months + "/" + years; else dateValue = months + "/" + days + "/" + years; snapSetOpenReply("0", timeValue); snapSetOpenReply("0", dateValue); timerStarted = true; } } function fEndTimer() { endPoint = new Date(); var hours = endPoint.getHours(); var mins = "00" + endPoint.getMinutes(); var timeValue = ""+hours+":"+mins.substr(mins.length - 2); snapSetOpenReply("0", timeValue); if (timerStarted) { var durationValue=((endPoint - startPoint) / 60000); snapSetOpenReply("V112", durationValue); } if (snapObject("0_1")) { var days = endPoint.getDate(); var months = endPoint.getMonth() + 1; var years = "00" + endPoint.getYear().toString(); years = years.substr(years.length - 2); var dateValue; if (1)//true=uk,false=usa dateValue = days + "/" + months + "/" + years; else dateValue = months + "/" + days + "/" + years; snapSetOpenReply("0", dateValue); } timerStarted = false; } //////////////////////////////////////////////////////////////////////////////// function pbRatio(OutOf) { var result=1; if (pageNumber >= lastPageNumber) result = OutOf; else if (pageNumber <= 1) result =1; else if (OutOf <= 2) result = Math.round(OutOf*pageNumber/lastPageNumber); else result = 2 + Math.floor((OutOf-2)*(pageNumber-1)/(lastPageNumber-1)); if (1>result) result="01"; else if (10 > result) result = "0" + result; else result = "" + result; return result; } //////////////////////////////////////////////////////////////////////////////// // Validation function isValidNum(vName,allowNegatives,realName) { var isValid=true; var locVar=snapObject(vName+ "_1"); if (locVar != null) { var numstr=snapOpenValue(vName); if (allowNegatives+""=="undefined" || allowNegatives+""=="null") allowNegatives = true; numstr+=""; for(var i=0;i<numstr.length;i++) { if (!((numstr.charAt(i)>="0")&&(numstr.charAt(i)<="9")||((numstr.charAt(i)==".")&&(numstr.charAt(i+1)!="."))||(numstr.charAt(i)=="-"))) isValid=false; else if((numstr.charAt(i)=="-"&&i!=0)||(numstr.charAt(i)=="-"&&!allowNegatives)) isValid=false; } if(!isValid) { snapFocusObject(locVar); alert(formatMessage("Please enter a valid number for question <<question>>.", realName)); } } return isValid; } // Validation function RangeCheck(vName,realName,min,max,UiCode) { var isValid=true; var locVar=snapObject(vName+ "_1"); if (locVar != null) { var numstr=snapOpenValue(vName); if (0 < numstr.length) { var number = parseFloat(numstr); if(number<min || number>max || isNaN(number)) { isValid = false; snapFocusObject(locVar); if ((1 == UiCode) && (min!=max)) { alert(formatMessage("Please give an answer between <<min>> and <<max>> for question <<question>>.", realName, ""+min, ""+max)); } else if (0 != UiCode) { alert(formatMessage("Please enter a valid number for question <<question>>.", realName)); } } } } return isValid; } // Validation function LiteralRange(vName,realName,min,max,UiCode) { var isValid=true; var locVar=snapObject(vName+ "_1"); if (locVar != null) { var numstr=snapOpenValue(vName); if (0 < numstr.length) { var number = numstr; if(number<min || number>max) { isValid = false; snapFocusObject(locVar); if ((1 == UiCode) && (min!=max)) { alert(formatMessage("Please give an answer between <<min>> and <<max>> for question <<question>>.", realName, min, max)); } else if (0 != UiCode) { alert(formatMessage("Text out of range.", realName)); } } } } return isValid; } // Validation function DateRange(vName,realName,min,max,UiCode) { var varDate = getVarDate(vName,realName); var isValid = ("invalid" != varDate); if(isValid && ("" != varDate)) { if((varDate.getTime() < min.getTime())||(varDate.getTime() > max.getTime())) { isValid = false; var locVar=snapObject(vName); if (locVar != null) { snapFocusObject(locVar); } if ((1 == UiCode) && (min.getTime()!=max.getTime())) { alert(formatMessage("Please give an answer between <<min>> and <<max>> for question <<question>>.", realName, FormatDate(min), FormatDate(max))); } else if (0 != UiCode) { alert(formatMessage("You've entered an invalid date or date format for question <<question>>.", realName)); } } } return isValid; } // Validation function getVarDate(vName,realName) { var indate=""; var locVar = snapObject(vName+ "_1"); if (locVar != null) indate=snapOpenValue(vName);; if(indate==null || indate.length==0) return ""; var punct; if(indate.indexOf(".")!=-1) punct="."; else if(indate.indexOf("-")!=-1) punct="-"; else punct="/"; var day; var month; var year; var warningMessage; if (1)//true=uk,false=usa { day=indate.substring(0,indate.indexOf(punct)); month=indate.substring(indate.indexOf(punct)+1,indate.lastIndexOf(punct)); warningMessage = "Please use the DD/MM/YY format."; } else { month=indate.substring(0,indate.indexOf(punct)); day=indate.substring(indate.indexOf(punct)+1,indate.lastIndexOf(punct)); warningMessage = "Please use the MM/DD/YY format."; } year=indate.substring(indate.lastIndexOf(punct)+1,indate.length); month = getMonthName(month-1); if (year.length == 2) { if (30 > parseInt(year, 10)) { year = "20"+year; } else { year = "19"+year; } } if (month=="" || year.length != 4 || parseInt(day, 10) > 31) { snapFocusObject(locVar); alert(formatMessage("You've entered an invalid date or date format for question <<question>>.\n", realName)+warningMessage); return "invalid"; } if (day.length == 1) day = "0" + day; var varDate = new Date(Date.parse(month + " " + day + ", " + year)); var cmpDate1 = day + "/" + month + "/" + year; var month2 = getMonthName(varDate.getMonth()); day = varDate.getDate(); if (day.toString().length == 1) { day = "0" + day; } var cmpDate2 = day + "/" + month2 + "/" + varDate.getFullYear(); if (cmpDate1 != cmpDate2) { snapFocusObject(locVar); alert(formatMessage("You've entered an invalid date or date format for question <<question>>.\n", realName)+warningMessage); return "invalid"; } return varDate; } // Validation function isValidDate(vName,realName) { var varDate = getVarDate(vName,realName); return ("invalid" != varDate); } // Validation function TimeRange(vName,realName,min,max,UiCode) { var varTime = getVarTime(vName,realName); var isValid = ("invalid" != varTime); if(isValid && ("" != varTime)) { if((varTime.getTime() < min.getTime())||(varTime.getTime() > max.getTime())) { isValid = false; var locVar = snapObject(vName); snapFocusObject(locVar); if ((1 == UiCode) && (min.getTime()!=max.getTime())) { alert(formatMessage("Please give an answer between <<min>> and <<max>> for question <<question>>.", realName, FormatTime(min), FormatTime(max))); } else if (0 != UiCode) { alert(formatMessage("You've entered an invalid time or time format for question <<question>>.", realName)); } } } return isValid; } // Validation function getVarTime(vName,realName) { var intime=""; var locVar = snapObject(vName+ "_1"); if (locVar != null) intime=snapOpenValue(vName);; if(intime.length==0) return ""; var punct; if(intime.indexOf(".")!=-1) punct="."; else if(intime.indexOf("-")!=-1) punct="-"; else punct=":"; var hour = "00"; var minute = "00"; var second = "00"; var times = intime.split(punct); if(times.length >= 1) hour = times[0]; if(times.length >= 2) minute = times[1]; if(times.length >= 3) second = times[2]; if(parseInt(hour, 10) > 23 || parseInt(minute, 10) > 59 || parseInt(second, 10) > 59) { snapFocusObject(locVar); alert(formatMessage("You've entered an invalid time or time format for question <<question>>.\n", realName)+"Please use the hh:mm:ss format."); return "invalid"; } if (hour.length == 1) hour = "0" + hour; if (minute.length == 1) minute = "0" + minute; if (second.length == 1) second = "0" + second; var varTime = new Date(Date.parse("1/1/1970 " + hour + ":" + minute + ":" + second)); var cmpTime1 = hour + ":" + minute + ":" + second; hour = varTime.getHours(); minute = varTime.getMinutes(); second = varTime.getSeconds(); if (hour.toString().length == 1) hour = "0" + hour; if (minute.toString().length == 1) minute = "0" + minute; if (second.toString().length == 1) second = "0" + second; var cmpTime2 = hour + ":" + minute + ":" + second; if (cmpTime1 != cmpTime2) { snapFocusObject(locVar); alert(formatMessage("You've entered an invalid time or time format for question <<question>>.\n", realName)+"Please use the hh:mm:ss format."); return "invalid"; } return varTime; } // Validation function AnswerRange(vName,realName,min, max) { var valid = true; var numCodes = snapNumCodes(vName); var count = 0; if (snapIsDropdown(vName)) { var control = snapObject(vName + '_1'); if (control && (control.options != null)) { for (var x = 0; (x < control.options.length); x++) { if (control.options[x].selected && (control.options[x].value>0)) { count++; } } } }else { for (var x=1; x <= numCodes; x++) { var codeOb = snapObject(vName + '_' + x); if (codeOb && (codeOb.checked)) { count++; } } } if (count < min) { valid = false; }else if (count > max) { valid = false; } if (!valid) { alert(formatMessage("Question <<question>> requires between <<min>> and <<max>> replies.", realName, min, max)); } return valid; } // Validation function isValidTime(vName,realName) { var varTime = getVarTime(vName,realName); return ("invalid" != varTime); } // Validation function ValidationPattern(vName,patternIndex) { var Result=true; var locVar = snapObject(vName + "_1"); var sVar = snapVars[vName]; var PatternOb = snapGetPattern(patternIndex); if (sVar && locVar && PatternOb) { var realName = sVar.qName ? sVar.qName : vName; var indate=snapOpenValue(vName); if(indate!=null && indate.length>0 && indate.search) { Result=(0<=indate.search(PatternOb.pattern)); if(!Result) { alert(formatMessage("You've entered an invalid <<pattern>> for question <<question>>.", realName, null, null, PatternOb.patternName)); } } } return Result; } function snapGetPattern(patternIndex) { if (!usedPatterns) { usedPatterns = new Object(); } return usedPatterns[patternIndex]; } function SnapPattern(index, pattern, patternName) { this.pattern = pattern; this.patternName = patternName; usedPatterns[index] = this; } //////////////////////////////////////////////////////////////////////////////// // Date and Time function snapIsUk(){return (0 != 1);} function setVarValue(qName, qValue) { var elem = snapObject(qName); if (elem && elem.tagName != null) { var lTagName = elem.tagName.toLowerCase(); if (lTagName=="input") { if ((elem.type!= null) && (elem.type.toLowerCase() == 'text' || elem.type.toLowerCase() == 'hidden')) { elem.value = unescape(qValue); }else if (elem.checked != null) { elem.checked = (qValue == "1") ? true : false; } }else if (lTagName=="textarea") { elem.value = unescape(qValue); }else if (lTagName=="select" && (null != elem.options)) { qValue = unescape(qValue); var sels = qValue.split(','); for (var x = 0; x < elem.options.length; x++) { if (elem.options[x].value != "") { elem.options[x].selected = false; for (var op =0; op < sels.length; op++) { if (elem.options[x].value==sels[op]) elem.options[x].selected=true; } } } } } } //////////////////////////////////////////////////////////////////////////////// //hide everything for load document.write("<style type='text/css'>\n<!--\n.hideDiv{display:none;}\n-->\n<\/style>"); //--> </script> <style type='text/css'> <! -- th { font-weight: normal; } select { font-size: 100%; } .Err_classT { border-left: red 2px solid; border-right: red 2px solid; border-top: red 2px solid; border-bottom: red 2px solid; } .Err_classR TD, .Err_classR TH { border-top: red 2px solid; border-bottom: red 2px solid; } -- ></style> </head> <body style="text-align: left;"> <table cellpadding="2" cellspacing="0" width="100%" id="Table1"> <tr> <td class="bgHeaderTop"> <a href="/"> <img src="/SHDCCMSInternet/images/global/shlogo.gif" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; width: 269px; height: 53px; border-right-width: 0px" alt="South Holland District Council"></a> </td> <td class="bgHeaderTop"> <a href="#contents"> <img src="/SHDCCMSInternet/images/global/jumpto.gif" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; width: 1px; height: 53px; border-right-width: 0px" alt="Jump to page content"></a> </td> <td class="bgHeaderTop stretch"> &nbsp; </td> <td class="bgHeaderTop alignright"> <img src="/SHDCCMSInternet/images/new/logo_photos.jpg" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; width: 375px; height: 53px; border-right-width: 0px" alt="images of South Holland"> </td> </tr> </table> <form action="http://script.snapsurveys.com/cgi-bin/subques.pl" method="post" id="SnapForm" onsubmit="return false;"> <table summary="margins" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="3" style="height: 3.0em;"> </td> </tr> <tr> <td style="width: 3.0em;"> &nbsp; </td> <td> <input type="hidden" name=":FORMAT:" value="HTML"> <input type="hidden" name=":SURVEY:" value="Business11"> <input type="hidden" name=":EMAIL:" value="jedwards2@sholland.gov.uk"> <input type="hidden" name=":USERID:" value="06530U/001"> <input type="hidden" name=":PUBVER:" value="1"> <input type="hidden" name=":FORMID:" value="2"> <input type="hidden" name=":MSGENCODE:" value="1"> <input type="hidden" name=":OKPAGE:" value="http://www.sholland.gov.uk/doitonline/thankyou.htm"> <input type="hidden" name=":CHARSET:" value="utf-8"> <input type="hidden" name="V79" value="2"> <input type="hidden" name="V112" value="" id="V112_1"> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V2_classT' summary="Question" id="V2"> <tr> <td valign="top" width="100%"><h1>South Holland Business Survey 2011</h1> </td> </tr> </table> <div id="p_p1"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V3_SPACER"> <tr> <td>&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Question" id="V3"> <tr> <td valign="top" width="100%" style="padding: 1px 0px;"> <strong>The Council is carrying out a survey of businesses that are based in South Holland. &nbsp;We are keen to understand more about local business needs and we would appreciate your views and comments. &nbsp;Please take a few minutes to complete the questions below. &nbsp;All responses will remain confidential and information provided will only be used for the purposes of understanding and developing business in South Holland. &nbsp;If you require any help with completing this survey please contact Nigel Burch &nbsp;on 01775 761161</strong> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V102_SPACER"> <tr> <td>&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Question" id="V102"> <tr> <td valign="top" width="100%" style="padding: 1px 0px;"> <strong></strong> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V4_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V4_classT' summary="Question" id="V4"> <tr> <td align="left" valign="top" rowspan="7" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q1">Q1</a></strong> </td> <td align="left" valign="top" colspan="2" width="90%" style="padding: 1px 0px;"> <strong>What is the nature of your business?</strong> </td> </tr> <tr> <td rowspan="6" width="5%"> &nbsp; </td> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V4c1"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V4_1"> Retail</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="1" id="V4_1" name="V4" tabindex="1"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V4c2"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V4_2"> Manufacturing</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="2" id="V4_2" name="V4" tabindex="2"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V4c3"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V4_3"> Agriculture or land based</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="3" id="V4_3" name="V4" tabindex="3"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V4c4"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V4_4"> Tourism</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="4" id="V4_4" name="V4" tabindex="4"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V4c5"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V4_5"> Service</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="5" id="V4_5" name="V4" tabindex="5"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V4c6"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V4_6"> Other</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="6" id="V4_6" name="V4" tabindex="6"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V5_classT' summary="Question" id="V5"> <tr> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <td align="left" valign="top" width="45%" style="padding: 1px 1px 1px 0px;"> <label for="V5_1"> (Please indicate)</label> </td> <td align="left" valign="bottom" width="45%"> <input type="text" size="11" maxlength="1000" id="V5_1" style="width: 33%;" name="V5" tabindex="7"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V8_SPACER"> <tr> <td colspan="11" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Question" id="V8_GRID"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q2a">Q2</a></strong> </td> <td align="left" valign="top" colspan="10" width="90%" style="padding: 1px 0px;"> <strong>About your Business</strong> </td> </tr> <tr> <td width="32%"> &nbsp; </td> <th scope="col" valign="bottom" width="9%" style="padding: 1px 0px;"> <em> <label for="V8_1"> &lt; 1 year</label></em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="9%" style="padding: 1px 0px;"> <em> <label for="V8_2"> 1-2 years</label></em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="10%" style="padding: 1px 0px;"> <em> <label for="V8_3"> 3-10 years</label></em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="9%" style="padding: 1px 0px;"> <em> <label for="V8_4"> &gt;10 years</label></em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="9%" style="padding: 1px 0px;"> <em> <label for="V8_5"> Don't Know</label></em> </th> </tr> <tr class='V8_classR' id='V8'> <td align="left" valign="top" width="10%"> &nbsp; </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> How long has your business been in existence? </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V8_1" name="V8" tabindex="8"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V8_2" name="V8" tabindex="9"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V8_3" name="V8" tabindex="10"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V8_4" name="V8" tabindex="11"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V8_5" name="V8" tabindex="12"> </td> </tr> <tr class='V10_classR' id='V10'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> How long has your business been operating in South Holland? </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V10_1" name="V10" tabindex="13"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V10_2" name="V10" tabindex="14"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V10_3" name="V10" tabindex="15"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V10_4" name="V10" tabindex="16"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V10_5" name="V10" tabindex="17"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V11_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V11_classT' summary="Question" id="V11"> <tr> <td align="left" valign="top" rowspan="8" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q3">Q3</a></strong> </td> <td align="left" valign="top" colspan="2" width="90%" style="padding: 1px 0px;"> <strong>Why is your business located in South Holland? Tick all that apply</strong> </td> </tr> <tr> <td rowspan="7" width="5%"> &nbsp; </td> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V11c1"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V11_1"> Historic - already based there</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="1" id="V11_1" name="V11" tabindex="18"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V11c2"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V11_2"> Attractive place to live and work</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="2" id="V11_2" name="V11" tabindex="19"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V11c3"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V11_3"> Low cost base</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="3" id="V11_3" name="V11" tabindex="20"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V11c4"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V11_4"> Close to similar businesses</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="4" id="V11_4" name="V11" tabindex="21"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V11c5"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V11_5"> Proximity to transport routes</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="5" id="V11_5" name="V11" tabindex="22"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V11c6"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V11_6"> Close to suppliers</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="6" id="V11_6" name="V11" tabindex="23"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V11c7"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V11_7"> Other </label> </em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="7" id="V11_7" name="V11" tabindex="24"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V12_classT' summary="Question" id="V12"> <tr> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <td align="left" valign="top" width="45%" style="padding: 1px 1px 1px 0px;"> <label for="V12_1"> (Please indicate)</label> </td> <td align="left" valign="bottom" width="45%"> <input type="text" size="11" maxlength="1000" id="V12_1" style="width: 33%;" name="V12" tabindex="25"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V108_SPACER"> <tr> <td colspan="2">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V108_classT' summary="Question" id="V108"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q4">Q4</a></strong> </td> <td align="left" valign="top" width="90%" style="padding: 1px 0px;"> <strong> <label for="V108_1"> With ever increasing costs of road transport, congestion and poor access to the motorway network from South Holland, how will these factors influence your businesses decisions over the next 10-15 years?</label></strong> </td> </tr> <tr> <td align="right" valign="bottom" width="90%"> <input type="text" size="52" maxlength="1000" id="V108_1" style="width: 77%;" name="V108" tabindex="26"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V19_SPACER"> <tr> <td colspan="13" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V19_classT' summary="Question" id="V19"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q5a">Q5</a></strong> </td> <td align="left" valign="top" colspan="12" width="90%" style="padding: 1px 0px;"> <strong>Turnover</strong> </td> </tr> <tr> <td align="left" valign="bottom" width="32%" style="padding: 1px 0px;"> What is your annual Turnover? </td> <td align="left" valign="top" width="8%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V19c1"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V19_1"> &lt;£50K</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="1" id="V19_1" name="V19" tabindex="27"> </td> </tr> </table> </td> <td width="2%"> &nbsp; </td> <td align="left" valign="top" width="7%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V19c2"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V19_2"> £51-£100K</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="2" id="V19_2" name="V19" tabindex="28"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="8%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V19c3"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V19_3"> £101-£500K</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="3" id="V19_3" name="V19" tabindex="29"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="7%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V19c4"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V19_4"> £501K-£1M</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="4" id="V19_4" name="V19" tabindex="30"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="7%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V19c5"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V19_5"> £1-£5M</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="5" id="V19_5" name="V19" tabindex="31"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="7%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V19c6"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V19_6"> £5M+</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="6" id="V19_6" name="V19" tabindex="32"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V22_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V22_classT' summary="Question" id="V22"> <tr> <td align="left" valign="top" rowspan="7" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q6">Q6</a></strong> </td> <td align="left" valign="top" colspan="2" width="90%" style="padding: 1px 0px;"> <strong>Which of the following best describes your business premises</strong> </td> </tr> <tr> <td rowspan="6" width="5%"> &nbsp; </td> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V22c1"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V22_1"> Office</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="1" id="V22_1" name="V22" tabindex="33"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V22c2"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V22_2"> Land base</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="2" id="V22_2" name="V22" tabindex="34"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V22c3"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V22_3"> Shop</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="3" id="V22_3" name="V22" tabindex="35"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V22c4"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V22_4"> Small industrial unit</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="4" id="V22_4" name="V22" tabindex="36"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V22c5"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V22_5"> Large industrial unit or factory</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="5" id="V22_5" name="V22" tabindex="37"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V22c6"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V22_6"> Warehouse</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="6" id="V22_6" name="V22" tabindex="38"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V23_classT' summary="Question" id="V23"> <tr> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <td align="left" valign="top" width="45%" style="padding: 1px 1px 1px 0px;"> <label for="V23_1"> Other (Please explain)</label> </td> <td align="left" valign="bottom" width="45%"> <textarea rows="2" cols="33" id="V23_1" style="width: 98%;" name="V23" tabindex="39"></textarea> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V24_SPACER"> <tr> <td colspan="7" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V24_classT' summary="Question" id="V24"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q7a">Q7</a></strong> </td> <td align="left" valign="top" colspan="6" width="90%" style="padding: 1px 0px;"> <strong>How do you occupy your main site?</strong> </td> </tr> <tr> <td align="left" valign="bottom" width="32%" style="padding: 1px 0px;"> &nbsp; </td> <td align="left" valign="top" width="17%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V24c1"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V24_1"> Freeholder</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="1" id="V24_1" name="V24" tabindex="40"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="18%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V24c2"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V24_2"> Leaseholder</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="2" id="V24_2" name="V24" tabindex="41"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="17%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V24c3"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V24_3"> other</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="3" id="V24_3" name="V24" tabindex="42"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V25_SPACER"> <tr> <td colspan="11" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V25_classT' summary="Question" id="V25"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q8a">Q8</a></strong> </td> <td align="left" valign="top" colspan="10" width="90%" style="padding: 1px 0px;"> <strong>What is the approximate size of &nbsp;your main site?</strong> </td> </tr> <tr> <td align="left" valign="bottom" width="32%" style="padding: 1px 0px;"> &nbsp; </td> <td align="left" valign="top" width="9%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V25c1"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V25_1"> &lt;1000sqm</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="1" id="V25_1" name="V25" tabindex="43"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="9%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V25c2"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V25_2"> 1000- 4999 sqm</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="2" id="V25_2" name="V25" tabindex="44"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="10%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V25c3"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V25_3"> 5000-9999 sqm</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="3" id="V25_3" name="V25" tabindex="45"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="9%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V25c4"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V25_4"> 10000-49999 sqm</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="4" id="V25_4" name="V25" tabindex="46"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="9%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V25c5"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V25_5"> &gt;50000 sqm</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="5" id="V25_5" name="V25" tabindex="47"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V30_SPACER"> <tr> <td colspan="9" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V30_classT' summary="Question" id="V30"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q9a">Q9</a></strong> </td> <td align="left" valign="top" colspan="8" width="90%" style="padding: 1px 0px;"> <strong>What size of market does your business serve?</strong> </td> </tr> <tr> <td align="left" valign="bottom" width="32%" style="padding: 1px 0px;"> &nbsp; </td> <td align="left" valign="top" width="12%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V30c1"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V30_1"> Local</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="1" id="V30_1" name="V30" tabindex="48"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="13%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V30c2"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V30_2"> Regional</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="2" id="V30_2" name="V30" tabindex="49"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="12%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V30c3"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V30_3"> National</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="3" id="V30_3" name="V30" tabindex="50"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="12%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V30c4"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V30_4"> International</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="4" id="V30_4" name="V30" tabindex="51"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V18_SPACER"> <tr> <td colspan="11" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V18_classT' summary="Question" id="V18"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q10a">Q10</a></strong> </td> <td align="left" valign="top" colspan="10" width="90%" style="padding: 1px 0px;"> <strong>Employees</strong> </td> </tr> <tr> <td align="left" valign="bottom" width="32%" style="padding: 1px 0px;"> What is your total number of employees? </td> <td align="left" valign="top" width="9%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V18c1"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V18_1"> 1</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="1" id="V18_1" name="V18" tabindex="52"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="9%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V18c2"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V18_2"> 1-5</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="2" id="V18_2" name="V18" tabindex="53"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="10%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V18c3"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V18_3"> 6-20</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="3" id="V18_3" name="V18" tabindex="54"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="9%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V18c4"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V18_4"> 20-50</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="4" id="V18_4" name="V18" tabindex="55"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="9%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V18c5"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V18_5"> 50+</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="5" id="V18_5" name="V18" tabindex="56"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V31_SPACER"> <tr> <td colspan="4" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V31_classT' summary="Question" id="V31"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q11">Q11</a></strong> </td> <td align="left" valign="top" rowspan="2" width="45%" style="padding: 1px 0px;"> <strong>Have you had difficulty filling employment vacancies in your business? </strong> </td> <td rowspan="2" width="2%"> &nbsp; </td> <td align="left" valign="top" width="43%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V31c1"> <tr> <td align="left" valign="bottom" width="95%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V31_1"> No</label></em> </td> <td align="left" valign="bottom" width="5%"> <input type="radio" value="1" id="V31_1" name="V31" tabindex="57"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="43%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V31c2"> <tr> <td align="left" valign="bottom" width="95%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V31_2"> Yes</label></em> </td> <td align="left" valign="bottom" width="5%"> <input type="radio" value="2" id="V31_2" name="V31" tabindex="58"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V34_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V34_classT' summary="Question" id="V34"> <tr> <td align="left" valign="top" rowspan="8" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q12">Q12</a></strong> </td> <td align="left" valign="top" colspan="2" width="90%" style="padding: 1px 0px;"> <strong>If yes, what have been the main difficulties that you have had with recruitment? (Tick all that apply)</strong> </td> </tr> <tr> <td rowspan="7" width="5%"> &nbsp; </td> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V34c1"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V34_1"> Lack of applicants</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="1" id="V34_1" name="V34" tabindex="59"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V34c2"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V34_2"> Lack of applicants with appropriate skills and qualifications</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="2" id="V34_2" name="V34" tabindex="60"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V34c3"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V34_3"> Lack of applicants with appropriate skills and experience</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="3" id="V34_3" name="V34" tabindex="61"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V34c4"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V34_4"> Reluctance for shift work or unsociable hours</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="4" id="V34_4" name="V34" tabindex="62"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V34c5"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V34_5"> Difficulties with transport and travel</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="5" id="V34_5" name="V34" tabindex="63"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V34c6"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V34_6"> Concerns about motivation or attitude</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="6" id="V34_6" name="V34" tabindex="64"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V34c7"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V34_7"> Other</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="7" id="V34_7" name="V34" tabindex="65"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V38_SPACER"> <tr> <td colspan="5" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V38_classT' summary="Question" id="V38"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q13a">Q13</a></strong> </td> <td align="left" valign="top" colspan="4" width="90%" style="padding: 1px 0px;"> <strong>Training</strong> </td> </tr> <tr> <td align="left" valign="bottom" width="32%" style="padding: 1px 0px;"> Do you offer training to staff? </td> <td align="left" valign="top" width="28%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V38c1"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V38_1"> Yes</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="1" id="V38_1" name="V38" tabindex="66"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="27%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V38c2"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V38_2"> No</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="2" id="V38_2" name="V38" tabindex="67"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V39_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V39_classT' summary="Question" id="V39"> <tr> <td align="left" valign="top" rowspan="4" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q14">Q14</a></strong> </td> <td align="left" valign="top" colspan="2" width="90%" style="padding: 1px 0px;"> <strong>If yes, how do you supply training (Tick all that apply)</strong> </td> </tr> <tr> <td rowspan="3" width="5%"> &nbsp; </td> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V39c1"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V39_1"> Training days in house</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="1" id="V39_1" name="V39" tabindex="68"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V39c2"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V39_2"> External training courses</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="2" id="V39_2" name="V39" tabindex="69"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V39c3"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V39_3"> College</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="checkbox" value="3" id="V39_3" name="V39" tabindex="70"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V37_classT' summary="Question" id="V37"> <tr> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <td align="left" valign="top" width="45%" style="padding: 1px 1px 1px 0px;"> <label for="V37_1"> Other (Please specify)</label> </td> <td align="left" valign="bottom" width="45%"> <textarea rows="2" cols="33" id="V37_1" style="width: 98%;" name="V37" tabindex="71"></textarea> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V36_SPACER"> <tr> <td colspan="2">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V36_classT' summary="Question" id="V36"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q15">Q15</a></strong> </td> <td align="left" valign="top" width="90%" style="padding: 1px 0px;"> <strong> <label for="V36_1"> What are your current skills gaps?</label></strong> </td> </tr> <tr> <td align="right" valign="bottom" width="90%"> <input type="text" size="48" maxlength="1000" id="V36_1" style="width: 71%;" name="V36" tabindex="72"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V40_SPACER"> <tr> <td colspan="2">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V40_classT' summary="Question" id="V40"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q16">Q16</a></strong> </td> <td align="left" valign="top" width="90%" style="padding: 1px 0px;"> <strong> <label for="V40_1"> What, if any, are your future training needs?</label></strong> </td> </tr> <tr> <td align="right" valign="bottom" width="90%"> <input type="text" size="48" maxlength="1000" id="V40_1" style="width: 71%;" name="V40" tabindex="73"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V41_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V41_classT' summary="Question" id="V41"> <tr> <td align="left" valign="top" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q17">Q17</a></strong> </td> <td align="left" valign="top" width="45%" style="padding: 1px 0px;"> <strong> <label for="V41_1"> How many permanent new jobs have you created in the last 12 months?</label></strong> </td> <td align="right" valign="bottom" width="45%"> <input type="text" size="8" maxlength="100" id="V41_1" style="width: 24%;" name="V41" tabindex="74"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V100_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V100_classT' summary="Question" id="V100"> <tr> <td align="left" valign="top" rowspan="3" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q18">Q18</a></strong> </td> <td align="left" valign="top" colspan="2" width="90%" style="padding: 1px 0px;"> <strong>Have you considered, or are you considering a reduction in staff levels in the next 6 months?</strong> </td> </tr> <tr> <td rowspan="2" width="5%"> &nbsp; </td> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V100c1"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V100_1"> Yes</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="1" id="V100_1" name="V100" tabindex="75"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V100c2"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V100_2"> No</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="2" id="V100_2" name="V100" tabindex="76"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V54_SPACER"> <tr> <td colspan="11" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Question" id="V54_GRID"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q19a">Q19</a></strong> </td> <td align="left" valign="top" colspan="10" width="90%" style="padding: 1px 0px;"> <strong>Which of the following best describes your sales turnover in the last 12 months and last 3 years</strong> </td> </tr> <tr> <td width="32%"> &nbsp; </td> <th scope="col" valign="bottom" width="9%" style="padding: 1px 0px;"> <em> <label for="V54_1"> Up by 10% or more</label></em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="9%" style="padding: 1px 0px;"> <em> <label for="V54_2"> Up but less than 10%</label></em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="10%" style="padding: 1px 0px;"> <em> <label for="V54_3"> Static</label></em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="9%" style="padding: 1px 0px;"> <em> <label for="V54_4"> Down by less than 10%</label></em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="9%" style="padding: 1px 0px;"> <em> <label for="V54_5"> Down by more than 10%</label></em> </th> </tr> <tr class='V54_classR' id='V54'> <td align="left" valign="top" width="10%"> &nbsp; </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Last 12 months </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V54_1" name="V54" tabindex="77"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V54_2" name="V54" tabindex="78"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V54_3" name="V54" tabindex="79"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V54_4" name="V54" tabindex="80"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V54_5" name="V54" tabindex="81"> </td> </tr> <tr class='V55_classR' id='V55'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Last 3 years </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V55_1" name="V55" tabindex="82"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V55_2" name="V55" tabindex="83"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V55_3" name="V55" tabindex="84"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V55_4" name="V55" tabindex="85"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V55_5" name="V55" tabindex="86"> </td> </tr> <tr class='V111_classR' id='V111'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> My market share is...... </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V111_1" name="V111" tabindex="87"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V111_2" name="V111" tabindex="88"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V111_3" name="V111" tabindex="89"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V111_4" name="V111" tabindex="90"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V111_5" name="V111" tabindex="91"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V35_SPACER"> <tr> <td colspan="11" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Question" id="V35_GRID"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q20a">Q20</a></strong> </td> <td align="left" valign="top" colspan="10" width="90%" style="padding: 1px 0px;"> <strong>Please rate the following in South Holland</strong> </td> </tr> <tr> <td width="32%"> &nbsp; </td> <th scope="col" valign="bottom" width="9%" style="padding: 1px 0px;"> <em> <label for="V35_1"> Very satisfied</label></em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="9%" style="padding: 1px 0px;"> <em> <label for="V35_2"> Satisfied </label> </em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="10%" style="padding: 1px 0px;"> <em> <label for="V35_3"> Dissatisfied</label></em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="9%" style="padding: 1px 0px;"> <em> <label for="V35_4"> Very dissatisfied</label></em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="9%" style="padding: 1px 0px;"> <em> <label for="V35_5"> No opinion</label></em> </th> </tr> <tr class='V35_classR' id='V35'> <td align="left" valign="top" width="10%"> &nbsp; </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Availability of business land or premises </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V35_1" name="V35" tabindex="92"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V35_2" name="V35" tabindex="93"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V35_3" name="V35" tabindex="94"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V35_4" name="V35" tabindex="95"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V35_5" name="V35" tabindex="96"> </td> </tr> <tr class='V42_classR' id='V42'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Cost of land or premises </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V42_1" name="V42" tabindex="97"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V42_2" name="V42" tabindex="98"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V42_3" name="V42" tabindex="99"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V42_4" name="V42" tabindex="100"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V42_5" name="V42" tabindex="101"> </td> </tr> <tr class='V43_classR' id='V43'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Local transport network </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V43_1" name="V43" tabindex="102"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V43_2" name="V43" tabindex="103"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V43_3" name="V43" tabindex="104"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V43_4" name="V43" tabindex="105"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V43_5" name="V43" tabindex="106"> </td> </tr> <tr class='V44_classR' id='V44'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Communications network </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V44_1" name="V44" tabindex="107"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V44_2" name="V44" tabindex="108"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V44_3" name="V44" tabindex="109"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V44_4" name="V44" tabindex="110"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V44_5" name="V44" tabindex="111"> </td> </tr> <tr class='V45_classR' id='V45'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Quality of professional services (eg legal, &amp; accountancy) </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V45_1" name="V45" tabindex="112"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V45_2" name="V45" tabindex="113"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V45_3" name="V45" tabindex="114"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V45_4" name="V45" tabindex="115"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V45_5" name="V45" tabindex="116"> </td> </tr> <tr class='V47_classR' id='V47'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Cost of professional services </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V47_1" name="V47" tabindex="117"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V47_2" name="V47" tabindex="118"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V47_3" name="V47" tabindex="119"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V47_4" name="V47" tabindex="120"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V47_5" name="V47" tabindex="121"> </td> </tr> <tr class='V48_classR' id='V48'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Availability of business support (eg, FSB, Chamber, Business Link) </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V48_1" name="V48" tabindex="122"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V48_2" name="V48" tabindex="123"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V48_3" name="V48" tabindex="124"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V48_4" name="V48" tabindex="125"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V48_5" name="V48" tabindex="126"> </td> </tr> <tr class='V49_classR' id='V49'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Business support availability from South Holland District Council </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V49_1" name="V49" tabindex="127"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V49_2" name="V49" tabindex="128"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V49_3" name="V49" tabindex="129"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V49_4" name="V49" tabindex="130"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V49_5" name="V49" tabindex="131"> </td> </tr> <tr class='V50_classR' id='V50'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Quality and availability of workforce </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V50_1" name="V50" tabindex="132"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V50_2" name="V50" tabindex="133"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V50_3" name="V50" tabindex="134"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V50_4" name="V50" tabindex="135"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V50_5" name="V50" tabindex="136"> </td> </tr> <tr class='V51_classR' id='V51'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Quality and availability of suppliers </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V51_1" name="V51" tabindex="137"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V51_2" name="V51" tabindex="138"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V51_3" name="V51" tabindex="139"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V51_4" name="V51" tabindex="140"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V51_5" name="V51" tabindex="141"> </td> </tr> <tr class='V52_classR' id='V52'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Quality of life for managers and employees </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V52_1" name="V52" tabindex="142"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V52_2" name="V52" tabindex="143"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V52_3" name="V52" tabindex="144"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V52_4" name="V52" tabindex="145"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V52_5" name="V52" tabindex="146"> </td> </tr> <tr class='V53_classR' id='V53'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Overall satisfaction with South Holland as a business location </th> <td valign="bottom" width="9%"> <input type="radio" value="1" id="V53_1" name="V53" tabindex="147"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="2" id="V53_2" name="V53" tabindex="148"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="10%"> <input type="radio" value="3" id="V53_3" name="V53" tabindex="149"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="4" id="V53_4" name="V53" tabindex="150"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="9%"> <input type="radio" value="5" id="V53_5" name="V53" tabindex="151"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V57_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V57_classT' summary="Question" id="V57"> <tr> <td align="left" valign="top" rowspan="5" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q21">Q21</a></strong> </td> <td align="left" valign="top" colspan="2" width="90%" style="padding: 1px 0px;"> <strong>How do you see your business developing over the next two years?</strong> </td> </tr> <tr> <td rowspan="4" width="5%"> &nbsp; </td> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V57c1"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V57_1"> Growing strongly</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="1" id="V57_1" name="V57" tabindex="152"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V57c2"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V57_2"> Growing gradually</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="2" id="V57_2" name="V57" tabindex="153"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V57c3"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V57_3"> Consolidate or remain the same</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="3" id="V57_3" name="V57" tabindex="154"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V57c4"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V57_4"> Planned reduction in activity</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="4" id="V57_4" name="V57" tabindex="155"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V58_SPACER"> <tr> <td colspan="7" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Question" id="V58_GRID"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q22a">Q22</a></strong> </td> <td align="left" valign="top" colspan="6" width="90%" style="padding: 1px 0px;"> <strong>Please rate the following as barriers to the success of your business</strong> </td> </tr> <tr> <td width="32%"> &nbsp; </td> <th scope="col" valign="bottom" width="17%" style="padding: 1px 0px;"> <em> <label for="V58_1"> Minor </label> </em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="18%" style="padding: 1px 0px;"> <em> <label for="V58_2"> Major</label></em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="17%" style="padding: 1px 0px;"> <em> <label for="V58_3"> Not a barrier</label></em> </th> </tr> <tr class='V58_classR' id='V58'> <td align="left" valign="top" width="10%"> &nbsp; </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Availability of staff </th> <td valign="bottom" width="17%"> <input type="radio" value="1" id="V58_1" name="V58" tabindex="156"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="18%"> <input type="radio" value="2" id="V58_2" name="V58" tabindex="157"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="17%"> <input type="radio" value="3" id="V58_3" name="V58" tabindex="158"> </td> </tr> <tr class='V59_classR' id='V59'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Local competition </th> <td valign="bottom" width="17%"> <input type="radio" value="1" id="V59_1" name="V59" tabindex="159"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="18%"> <input type="radio" value="2" id="V59_2" name="V59" tabindex="160"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="17%"> <input type="radio" value="3" id="V59_3" name="V59" tabindex="161"> </td> </tr> <tr class='V60_classR' id='V60'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> National or international competition </th> <td valign="bottom" width="17%"> <input type="radio" value="1" id="V60_1" name="V60" tabindex="162"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="18%"> <input type="radio" value="2" id="V60_2" name="V60" tabindex="163"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="17%"> <input type="radio" value="3" id="V60_3" name="V60" tabindex="164"> </td> </tr> <tr class='V61_classR' id='V61'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Availability of premises </th> <td valign="bottom" width="17%"> <input type="radio" value="1" id="V61_1" name="V61" tabindex="165"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="18%"> <input type="radio" value="2" id="V61_2" name="V61" tabindex="166"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="17%"> <input type="radio" value="3" id="V61_3" name="V61" tabindex="167"> </td> </tr> <tr class='V63_classR' id='V63'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Availability of land </th> <td valign="bottom" width="17%"> <input type="radio" value="1" id="V63_1" name="V63" tabindex="168"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="18%"> <input type="radio" value="2" id="V63_2" name="V63" tabindex="169"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="17%"> <input type="radio" value="3" id="V63_3" name="V63" tabindex="170"> </td> </tr> <tr class='V64_classR' id='V64'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Availability of business support </th> <td valign="bottom" width="17%"> <input type="radio" value="1" id="V64_1" name="V64" tabindex="171"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="18%"> <input type="radio" value="2" id="V64_2" name="V64" tabindex="172"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="17%"> <input type="radio" value="3" id="V64_3" name="V64" tabindex="173"> </td> </tr> <tr class='V65_classR' id='V65'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Local supply chain </th> <td valign="bottom" width="17%"> <input type="radio" value="1" id="V65_1" name="V65" tabindex="174"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="18%"> <input type="radio" value="2" id="V65_2" name="V65" tabindex="175"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="17%"> <input type="radio" value="3" id="V65_3" name="V65" tabindex="176"> </td> </tr> <tr class='V66_classR' id='V66'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Local transport infrastructure </th> <td valign="bottom" width="17%"> <input type="radio" value="1" id="V66_1" name="V66" tabindex="177"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="18%"> <input type="radio" value="2" id="V66_2" name="V66" tabindex="178"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="17%"> <input type="radio" value="3" id="V66_3" name="V66" tabindex="179"> </td> </tr> <tr class='V67_classR' id='V67'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Lack of training provision </th> <td valign="bottom" width="17%"> <input type="radio" value="1" id="V67_1" name="V67" tabindex="180"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="18%"> <input type="radio" value="2" id="V67_2" name="V67" tabindex="181"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="17%"> <input type="radio" value="3" id="V67_3" name="V67" tabindex="182"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V62_classT' summary="Question" id="V62"> <tr> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <td align="left" valign="top" width="45%" style="padding: 1px 1px 1px 0px;"> <label for="V62_1"> Do you have any other barriers?</label> </td> <td align="left" valign="bottom" width="45%"> <textarea rows="2" cols="33" id="V62_1" style="width: 98%;" name="V62" tabindex="183"></textarea> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V68_SPACER"> <tr> <td colspan="7" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V68_classT' summary="Question" id="V68"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q23a">Q23</a></strong> </td> <td align="left" valign="top" colspan="6" width="90%" style="padding: 1px 0px;"> <strong>Are you considering moving or expanding in the next two years?</strong> </td> </tr> <tr> <td align="left" valign="bottom" width="32%" style="padding: 1px 0px;"> &nbsp; </td> <td align="left" valign="top" width="17%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V68c1"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V68_1"> Yes</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="1" id="V68_1" name="V68" tabindex="184"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="18%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V68c2"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V68_2"> No</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="2" id="V68_2" name="V68" tabindex="185"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="17%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V68c3"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V68_3"> Don't know</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="3" id="V68_3" name="V68" tabindex="186"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V69_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V69_classT' summary="Question" id="V69"> <tr> <td align="left" valign="top" rowspan="6" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q24">Q24</a></strong> </td> <td align="left" valign="top" colspan="2" width="90%" style="padding: 1px 0px;"> <strong>If yes, what are your requirements?</strong> </td> </tr> <tr> <td rowspan="5" width="5%"> &nbsp; </td> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V69c1"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V69_1"> Office space</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="1" id="V69_1" name="V69" tabindex="187"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V69c2"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V69_2"> Factory space</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="2" id="V69_2" name="V69" tabindex="188"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V69c3"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V69_3"> Workshop space</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="3" id="V69_3" name="V69" tabindex="189"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V69c4"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V69_4"> Retail space</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="4" id="V69_4" name="V69" tabindex="190"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V69c5"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V69_5"> Land</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="5" id="V69_5" name="V69" tabindex="191"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V70_SPACER"> <tr> <td colspan="5" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Question" id="V70_GRID"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q25a">Q25</a></strong> </td> <td align="left" valign="top" colspan="4" width="90%" style="padding: 1px 0px;"> <strong>Have you experienced problems finding the following:</strong> </td> </tr> <tr> <td width="32%"> &nbsp; </td> <th scope="col" valign="bottom" width="28%" style="padding: 1px 0px;"> <em> <label for="V70_1"> Yes</label></em> </th> <td width="3%"> &nbsp; </td> <th scope="col" valign="bottom" width="27%" style="padding: 1px 0px;"> <em> <label for="V70_2"> No</label></em> </th> </tr> <tr class='V70_classR' id='V70'> <td align="left" valign="top" width="10%"> &nbsp; </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Suitable premises </th> <td valign="bottom" width="28%"> <input type="radio" value="1" id="V70_1" name="V70" tabindex="192"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="27%"> <input type="radio" value="2" id="V70_2" name="V70" tabindex="193"> </td> </tr> <tr class='V71_classR' id='V71'> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <th scope="row" align="left" valign="top" width="32%" style="padding: 1px 0px;"> Suitable land </th> <td valign="bottom" width="28%"> <input type="radio" value="1" id="V71_1" name="V71" tabindex="194"> </td> <td width="3%"> &nbsp; </td> <td valign="bottom" width="27%"> <input type="radio" value="2" id="V71_2" name="V71" tabindex="195"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V98_SPACER"> <tr> <td>&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V98_classT' summary="Question" id="V98"> <tr> <td valign="top" width="100%" style="padding: 1px 0px;"> <strong>Please contact the Economic Development Unit on 01775 761161 or <a href="mailto:economicdevelopment@sholland.gov.uk">economicdevelopment@sholland.gov.uk</a> if you need help with finding suitable land or premises</strong> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V72_SPACER"> <tr> <td colspan="2">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V72_classT' summary="Question" id="V72"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q26">Q26</a></strong> </td> <td align="left" valign="top" width="90%" style="padding: 1px 0px;"> <strong> <label for="V72_1"> What do you see as your biggest challenges over the next 2 years</label></strong> </td> </tr> <tr> <td align="right" valign="bottom" width="90%"> <textarea rows="2" cols="67" id="V72_1" style="width: 99%;" name="V72" tabindex="196"></textarea> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V73_SPACER"> <tr> <td colspan="5" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V73_classT' summary="Question" id="V73"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q27a">Q27</a></strong> </td> <td align="left" valign="top" colspan="4" width="90%" style="padding: 1px 0px;"> <strong>Do you have any problems disposing of organic or inorganic waste?</strong> </td> </tr> <tr> <td align="left" valign="bottom" width="32%" style="padding: 1px 0px;"> &nbsp; </td> <td align="left" valign="top" width="28%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V73c1"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V73_1"> Yes</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="1" id="V73_1" name="V73" tabindex="197"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="27%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V73c2"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V73_2"> No</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="2" id="V73_2" name="V73" tabindex="198"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V76_SPACER"> <tr> <td colspan="5" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V76_classT' summary="Question" id="V76"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q28a">Q28</a></strong> </td> <td align="left" valign="top" colspan="4" width="90%" style="padding: 1px 0px;"> <strong>Have you had any contact with the Economic Development Unit at South Holland District Council?</strong> </td> </tr> <tr> <td align="left" valign="bottom" width="32%" style="padding: 1px 0px;"> &nbsp; </td> <td align="left" valign="top" width="28%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V76c1"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V76_1"> Yes</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="1" id="V76_1" name="V76" tabindex="199"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="27%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V76c2"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V76_2"> No</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="2" id="V76_2" name="V76" tabindex="200"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V77_SPACER"> <tr> <td colspan="2">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V77_classT' summary="Question" id="V77"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q29">Q29</a></strong> </td> <td align="left" valign="top" width="90%" style="padding: 1px 0px;"> <strong> <label for="V77_1"> Are there any further comments you would like to make?</label></strong> </td> </tr> <tr> <td align="right" valign="bottom" width="90%"> <textarea rows="2" cols="67" id="V77_1" style="width: 99%;" name="V77" tabindex="201"></textarea> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V96_SPACER"> <tr> <td colspan="2">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V96_classT' summary="Question" id="V96"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q30">Q30</a></strong> </td> <td align="left" valign="top" width="90%" style="padding: 1px 0px;"> <strong> <label for="V96_1"> If you would like to discuss your responses with the Economic Development Unit please provide your name and preferred contact details below.</label></strong> </td> </tr> <tr> <td align="right" valign="bottom" width="90%"> <input type="text" size="24" maxlength="1000" id="V96_1" style="width: 35%;" name="V96" tabindex="202"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V103_SPACER"> <tr> <td>&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V103_classT' summary="Question" id="V103"> <tr> <td align="left" valign="top" width="100%" style="padding: 1px 0px;"> <strong>For further information about the Economic Development Unit and the support available in South Holland , please visit: <a href="http://www.sholland.gov.uk/business/ecdev/news/" title="ECDEV News" >http://www.sholland.gov.uk/business/ecdev/news/</a></strong> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V105_SPACER"> <tr> <td>&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V105_classT' summary="Question" id="V105"> <tr> <td align="left" valign="top" width="100%" style="padding: 1px 0px;"> <strong>Find us on <a href="http://www.facebook.com/shdc#!/pages/South-Holland-District-Council-Economic-Development-Team/120611874656361"> Facebook </a>or follow us on Twitter <a href="http://twitter.com/shdcecodev">@shdcecodev</a><br> &nbsp;</strong> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V80_SPACER"> <tr> <td>&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V80_classT' summary="Question" id="V80"> <tr> <td align="left" valign="top" width="100%" style="padding: 1px 0px;"> <strong>We ask the following questions because we are committed to providing fair and equal access to our services. Answering these questions is optional. However, we would be grateful if you could answer as many of these questions as you can because the answers will help us to monitor fairness and equality. All personal information will be completely confidential and held in accordance with the Data Protection Act 1998. &nbsp;</strong> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V110_SPACER"> <tr> <td>&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V110_classT' summary="Question" id="V110"> <tr> <td align="left" valign="top" width="100%" style="padding: 1px 0px;"> <strong>Please respond on behalf of the Managing Director, proprietor, or equivalent</strong> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V81_SPACER"> <tr> <td colspan="5" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V81_classT' summary="Question" id="V81"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q31a">Q31</a></strong> </td> <td align="left" valign="top" colspan="4" width="90%" style="padding: 1px 0px;"> <strong>Gender</strong> </td> </tr> <tr> <td align="left" valign="bottom" width="32%" style="padding: 1px 0px;"> Are you male or female? </td> <td align="left" valign="top" width="28%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V81c1"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V81_1"> Male</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="1" id="V81_1" name="V81" tabindex="203"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="27%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V81c2"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V81_2"> Female</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="2" id="V81_2" name="V81" tabindex="204"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V82_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V82_classT' summary="Question" id="V82"> <tr> <td align="left" valign="top" rowspan="8" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q32">Q32</a></strong> </td> <td align="left" valign="top" colspan="2" width="90%" style="padding: 1px 0px;"> <strong>Age</strong> </td> </tr> <tr> <td rowspan="7" width="5%"> &nbsp; </td> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V82c1"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V82_1"> 16-24</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="1" id="V82_1" name="V82" tabindex="205"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V82c2"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V82_2"> 25-34</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="2" id="V82_2" name="V82" tabindex="206"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V82c3"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V82_3"> 35-44</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="3" id="V82_3" name="V82" tabindex="207"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V82c4"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V82_4"> 45-54</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="4" id="V82_4" name="V82" tabindex="208"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V82c5"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V82_5"> 55-64</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="5" id="V82_5" name="V82" tabindex="209"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V82c6"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V82_6"> 65-74</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="6" id="V82_6" name="V82" tabindex="210"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V82c7"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V82_7"> Over 75</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="7" id="V82_7" name="V82" tabindex="211"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V83_SPACER"> <tr> <td colspan="5" height="18"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V83_classT' summary="Question" id="V83"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q33a">Q33</a></strong> </td> <td align="left" valign="top" colspan="4" width="90%" style="padding: 1px 0px;"> <strong>Disability</strong> </td> </tr> <tr> <td align="left" valign="bottom" width="32%" style="padding: 1px 0px;"> Do you consider that you have a disability under the Disability Discrimination Act definition?* </td> <td align="left" valign="top" width="28%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V83c1"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V83_1"> Yes</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="1" id="V83_1" name="V83" tabindex="212"> </td> </tr> </table> </td> <td width="3%"> &nbsp; </td> <td align="left" valign="top" width="27%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V83c2"> <tr> <td valign="bottom" style="padding: 1px 0px;"> <em> <label for="V83_2"> No</label></em> </td> </tr> <tr> <td valign="bottom" width="100%"> <input type="radio" value="2" id="V83_2" name="V83" tabindex="213"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V84_SPACER"> <tr> <td>&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V84_classT' summary="Question" id="V84"> <tr> <td align="left" valign="top" width="100%" style="padding: 1px 0px;"> <strong>* The definition of disability according to the Disability Discrimination Act 1995 is:  A physical or mental impairment which has a substantial and long-term adverse effect on his or her ability to carry out normal day to day activities . (Long term means more than 12 months). This definition would cover long-term illnesses such as cancer and HIV or mental health.<br> &nbsp;</strong> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V85_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V85_classT' summary="Question" id="V85"> <tr> <td align="left" valign="top" rowspan="19" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q34">Q34</a></strong> </td> <td align="left" valign="top" colspan="2" width="90%" style="padding: 1px 0px;"> <strong>Ethnicity: To which of these ethnic groups do you belong? (If you answer  any other background or group , please write in your background in the box provided)</strong> </td> </tr> <tr> <td rowspan="18" width="5%"> &nbsp; </td> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c1"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_1"> Do not wish to answer</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="1" id="V85_1" name="V85" tabindex="214"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c2"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_2"> British</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="2" id="V85_2" name="V85" tabindex="215"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c3"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_3"> Irish</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="3" id="V85_3" name="V85" tabindex="216"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c4"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_4"> Any other white Background</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="4" id="V85_4" name="V85" tabindex="217"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c5"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_5"> Black Caribbean</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="5" id="V85_5" name="V85" tabindex="218"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c6"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_6"> Black African</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="6" id="V85_6" name="V85" tabindex="219"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c7"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_7"> Other Black </label> </em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="7" id="V85_7" name="V85" tabindex="220"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c8"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_8"> Mixed Caribbean</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="8" id="V85_8" name="V85" tabindex="221"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c9"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_9"> Mixed African</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="9" id="V85_9" name="V85" tabindex="222"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c10"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_10"> White Asian</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="10" id="V85_10" name="V85" tabindex="223"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c11"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_11"> Asian Indian</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="11" id="V85_11" name="V85" tabindex="224"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c12"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_12"> Asian Pakistani</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="12" id="V85_12" name="V85" tabindex="225"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c13"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_13"> Asian Bangladeshi</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="13" id="V85_13" name="V85" tabindex="226"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c14"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_14"> Other Asian</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="14" id="V85_14" name="V85" tabindex="227"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c15"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_15"> Chinese</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="15" id="V85_15" name="V85" tabindex="228"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c16"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_16"> Travellers</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="16" id="V85_16" name="V85" tabindex="229"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c17"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_17"> Gypsy / Romany</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="17" id="V85_17" name="V85" tabindex="230"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V85c18"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V85_18"> Other (Please tick and write below)</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="18" id="V85_18" name="V85" tabindex="231"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V86_classT' summary="Question" id="V86"> <tr> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <td align="left" valign="top" width="45%" style="padding: 1px 1px 1px 0px;"> <label for="V86_1"> Please indicate</label> </td> <td align="left" valign="bottom" width="45%"> <input type="text" size="16" maxlength="100" id="V86_1" style="width: 48%;" name="V86" tabindex="232"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V87_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V87_classT' summary="Question" id="V87"> <tr> <td align="left" valign="top" rowspan="2" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q35a">Q35</a></strong> </td> <td align="left" valign="top" colspan="2" width="90%" style="padding: 1px 0px;"> <strong>Nationality</strong> </td> </tr> <tr> <td align="left" valign="top" width="45%" style="padding: 1px 1px 1px 0px;"> <label for="V87_1"> What is your nationality</label> </td> <td align="left" valign="bottom" width="45%"> <input type="text" size="16" maxlength="32" id="V87_1" style="width: 48%;" name="V87" tabindex="233"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V88_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V88_classT' summary="Question" id="V88"> <tr> <td align="left" valign="top" rowspan="10" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q36">Q36</a></strong> </td> <td align="left" valign="top" colspan="2" width="90%" style="padding: 1px 0px;"> <strong>What is your religion or belief?</strong> </td> </tr> <tr> <td rowspan="9" width="5%"> &nbsp; </td> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V88c1"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V88_1"> Do not wish to answer</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="1" id="V88_1" name="V88" tabindex="234"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V88c2"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V88_2"> None</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="2" id="V88_2" name="V88" tabindex="235"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V88c3"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V88_3"> Buddhist</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="3" id="V88_3" name="V88" tabindex="236"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V88c4"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V88_4"> Christian</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="4" id="V88_4" name="V88" tabindex="237"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V88c5"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V88_5"> Hindu</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="5" id="V88_5" name="V88" tabindex="238"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V88c6"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V88_6"> Jewish</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="6" id="V88_6" name="V88" tabindex="239"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V88c7"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V88_7"> Muslim</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="7" id="V88_7" name="V88" tabindex="240"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V88c8"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V88_8"> Sikh</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="8" id="V88_8" name="V88" tabindex="241"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V88c9"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V88_9"> Other (Please tick and write below)</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="9" id="V88_9" name="V88" tabindex="242"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V89_classT' summary="Question" id="V89"> <tr> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <td align="left" valign="top" width="45%" style="padding: 1px 1px 1px 0px;"> <label for="V89_1"> Please indicate</label> </td> <td align="left" valign="bottom" width="45%"> <input type="text" size="15" maxlength="100" id="V89_1" style="width: 45%;" name="V89" tabindex="243"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V90_SPACER"> <tr> <td colspan="3">&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V90_classT' summary="Question" id="V90"> <tr> <td align="left" valign="top" rowspan="7" width="10%" height="100%" style="padding: 1px 0px;"> <strong><a name="Q37">Q37</a></strong> </td> <td align="left" valign="top" colspan="2" width="90%" style="padding: 1px 0px;"> <strong>What is your sexual orientation?</strong> </td> </tr> <tr> <td rowspan="6" width="5%"> &nbsp; </td> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V90c1"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V90_1"> Do not wish to answer</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="1" id="V90_1" name="V90" tabindex="244"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V90c2"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V90_2"> Bisexual</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="2" id="V90_2" name="V90" tabindex="245"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V90c3"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V90_3"> Gay</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="3" id="V90_3" name="V90" tabindex="246"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V90c4"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V90_4"> Heterosexual</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="4" id="V90_4" name="V90" tabindex="247"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V90c5"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V90_5"> Lesbian</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="5" id="V90_5" name="V90" tabindex="248"> </td> </tr> </table> </td> </tr> <tr> <td align="left" valign="top" width="85%" height="100%"> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Code" id="V90c6"> <tr> <td align="left" valign="bottom" width="98%" style="padding: 1px 1px 1px 0px;"> <em> <label for="V90_6"> Other (Please tick and write below)</label></em> </td> <td align="left" valign="bottom" width="2%"> <input type="radio" value="6" id="V90_6" name="V90" tabindex="249"> </td> </tr> </table> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V91_classT' summary="Question" id="V91"> <tr> <td align="left" valign="top" width="10%" height="100%"> <strong>&nbsp;</strong> </td> <td align="left" valign="top" width="45%" style="padding: 1px 1px 1px 0px;"> <label for="V91_1"> Please indicate</label> </td> <td align="left" valign="bottom" width="45%"> <input type="text" size="15" maxlength="100" id="V91_1" style="width: 45%;" name="V91" tabindex="250"> </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" summary="Spacer" id="V92_SPACER"> <tr> <td>&nbsp; </td> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%" class='V92_classT' summary="Question" id="V92"> <tr> <td valign="top" width="100%" style="padding: 1px 0px;"> <strong>Thank you for taking the time to complete this questionnaire.<br> &nbsp;</strong> </td> </tr> </table> </div> </td> <td style='width: 3.0em;'> &nbsp; </td> </tr> </table> <div id='snapbuttons' class='hideDiv'> <table summary="buttons" class="snapNav" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align='left'> &nbsp; <input type="button" value="&lt;&lt; Back" tabindex="252" accesskey="b" title="back (alt+b)" id="b_back" style="display: none;"> <input type="reset" value="Reset" tabindex="253" accesskey="r" title="reset (alt+r)" id="b_reset"> <input type="button" value="Next &gt;&gt;" tabindex="254" accesskey="n" title="next (alt+n)" id="b_next" style="display: none;"> <input type="submit" value="Submit" tabindex="255" accesskey="s" title="submit (alt+s)" id="b_submit"> </td> <td align='right'> &nbsp; </td> </tr> </table> </div> <br> <br> </form> </body> </html>