/*Gen Email*/
function genemail(thistype) {
var mailbody = "Dear Wurth,%0D%0A";
mailbody += "%0D%0A";
mailbody += "I am interested in being contacted to see if my business can qualify for a complimentary Wurth Tool Van Visit.%0D%0A";
mailbody += "%0D%0A";
mailbody += "Please contact me on email or telephone below:%0D%0A";
mailbody += "Phone: %0D%0A";
mailbody += "Mobile: %0D%0A";
mailbody += "%0D%0AThanks.%0D%0A";
location.href='mailto:marketing@wurth.com.au?subject=Wurth Tool Van Visit&body='+mailbody;
}
