function makeContact(theName, linkText) {
stainless = '&#115;&#116;&#97;&#105;&#110;&#108;&#101;&#115;&#115;'+'equipment'+'.co.uk'
tandt = '&#105;&#110;&#100;&#117;&#115;&#116;&#114;&#105;&#097;&#108;&#116;&#114;&#117;&#099;&#107;&#115;'+'andtrolleys'+'.co.uk'
theAddress = (theName+'&#064;'+tandt)
document.write('<a href="mailto:'+theAddress+'">'+linkText+'<\/a>')
}
function putContact(theName, linkText) {
tandt = '&#105;&#110;&#100;&#117;&#115;&#116;&#114;&#105;&#097;&#108;&#116;&#114;&#117;&#099;&#107;&#115;'+'andtrolleys'+'.co.uk'
theAddress = (theName+'&#064;'+tandt)
document.write('Email: '+theAddress+'')
}

 // <script language="JavaScript">makeContact('web_contact','click here to email us')</script>
 //  <script language="JavaScript">putContact('info','Email: ')</script>