var content=new Array()
content[0]=''
content[1]='<b>AREAS OF EXPERTISE:</b><ul class="normalPoints"><li>Compiling Asset Registers</li><li>Stock Condition Surveys</li><li>Designing Out Crime Advice</li><li>Visual Audits</li><li>Community Engagement Exercises</li><li>Action Planning</li><li>Option Appraisals</li><li>Neighbourhood Warden Reviews and Evaluations</li><li>Strategy Development</li><li>Consultation Exercises and Engagement</li><li>Impact Assessments</li></ul>'
content[2]='<b>AREAS OF EXPERTISE:</b><ul class="normalPoints"><li>Anti-Social Behaviour</li><li>Neighbourhood and Street Wardens</li><li>Rural Crime</li><li>Youth Crime</li><li>Burglary</li><li>Car Crime</li><li>Alcohol Related Crime <small>incl. the Licensing Act</small></li><li>Problem Solving</li><li>Alignment Reviews</li><li>Partnership Reviews</li><li>Community Engagement Exercises</li><li>Designing Out Crime</li><li>Visual Audits</li><li>Impact Assessments</li></ul>'
content[3]='<b>AREAS OF EXPERTISE:</b><ul class="normalPoints"><li>Community Engagement Exercises</li><li>Estate Layout Guidance</li><li>Designing Out Crime</li><li>Knowledge Management</li><li>Partnership Reviews</li><li>Visual Audits</li><li>Impact Assessments</li><li>Annual Performance Reviews</li><li>Consultation Exercises</li></ul>'
content[4]='<b>AREAS OF EXPERTISE:</b><ul class="normalPoints"><li>ICES reviews</li><li>Business Process Mapping</li><li>Organisational Change Management</li><li>Relationship Management</li></ul>'
content[5]='<b>AREAS OF EXPERTISE:</b><ul class="normalPoints"><li>Project Management</li><li>Performance Management</li><li>Audits</li><li>Strategy Development</li><li>Business Process Mapping</li><li>Best Value Reviews</li><li>Act as Critical Friend</li><li>Knowledge Management</li><li>Option Appraisals</li><li>Action Planning</li><li>Organisational Change Management</li><li>Relationship Management Support</li><li>Developing a Communication Strategy</li></ul>'
content[6]='<p><b>Underlying Causes</b><br />In 1979, Cohen and Felson identified that key factors which impact on the likelihood of a crime taking place, were a motivated offender, the presence of a suitable target and the absence of a capable guardian or similar.</p><p>Developed from this as a useful tool was the \'problem analysis triangle\' to assist in identifying underlying causes, namely the features of the victims, the features of the offender and the features of the location.</p>'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML=''+whichcontent+''
}
else if (document.layers){
document.d1.document.d2.document.write(''+whichcontent+'')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2