// Fuga Limited - www.fuga.co.uk// //  Add any JavaScript required for the site in here:function sendMailTo(name, company) {	locationstring = 'mai' + 'lto:' + name + '@' + company;	window.location.replace(locationstring);}