function mailinginfo()
{
  mailcontent_str = "mailto:info@microbridge.biz";
  location.href = mailcontent_str;
}

function mailingsales()
{
  mailcontent_str = "mailto:sales@microbridge.biz";
  location.href = mailcontent_str;
}

function mailingsupport()
{
  mailcontent_str = "mailto:support@microbridge.biz";
  location.href = mailcontent_str;
}

function mailingbizdev()
{
  mailcontent_str = "mailto:bizdev@microbridge.biz";
  location.href = mailcontent_str;
}

function mailinghr()
{
  mailcontent_str = "mailto:hr@microbridge.biz";
  location.href = mailcontent_str;
}
