
function f_mail(item)
{
s="mailto:info@";
s+="advantage"+"technologies"+"."+"us";
s+="?subject="+item+"&body=Please describe your needs";
location.href = s;
}


