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

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