function sendmail()
{
mail_str = "mailto:?subject=Check out this page on the Wavex web site";
mail_str += "&body=I found this page on the Wavex website and thought you would be interested in the content: " + location.href; 
window.open(mail_str);
}

function ShareTwitter()
{
var ShareTwitter;
ShareTwitter = "http://twitter.com/share?url="+window.location.href+"&amp;via=Wavex&text=Interesting%20page%20on%20Wavex%20website:";
window.open(ShareTwitter);
}

function ShareLinkedin()
{
var ShareLinkedin;
ShareLinkedin = "http://www.linkedin.com/shareArticle?mini=true&url="+window.location.href+"&title=Interesting%20information%20on%20the%20Wavex%20web%20site&summary=Wavex%20IT%20services&source=wavex.co.uk";
window.open(ShareLinkedin);
}

function ShareFacebook()
{
var ShareFacebook;
ShareFacebook = "http://www.facebook.com/sharer.php?u="+window.location.href+"&t=Interesting%20information%20on%20the%20Wavex%20web%20site";
window.open(ShareFacebook);
}
