function info(){
var first = "info"
var second= "polarknit.com?subject=email from PolarKnit website"
location.href="mailto:" + first + "@" + second;
}
function amy(){
var first = "amy"
var second= "polarknit.com?subject=Sales inquiry from PolarKnit website"
location.href="mailto:" + first + "@" + second;
} 
function support(){
var first = "support"
var second= "polarknit.com?subject=Support question from PolarKnit website"
location.href="mailto:" + first + "@" + second;
}
