﻿function fbs_click() {
    var url = encodeURIComponent("http://www.superintendentsmanual.com");
    var title = encodeURI("Superintendent's Manual");
    window.open("http://www.facebook.com/sharer.php?u=" + url + "&t=" + title,
                'sharer',
                'toolbar=0,status=0,width=626,height=436');
    return false;
}
function lin_click() {
    var url = encodeURIComponent("http://www.superintendentsmanual.com");
    var title = encodeURIComponent("Superintendent's manual");
    var source = encodeURIComponent("DNV");
    var summary = encodeURIComponent("The Superintendent’s Manual™ is offering the world's most comprehensive web based knowledge hub forship newbuilding and operations best practices.");
    var s = "http://www.linkedin.com/shareArticle?mini=true&url=" + url +
                "&title=" + title +
                "&summary=" + summary +
                "&source=" + source;
    window.open(s);
    return false;
}
function fmailsend() {
    window.location = "mailto:?subject=Superintendent's manual" +
            "&body=Hello, !%0D%0AYou are now able to browse through the the world's most comprehensive web based%0D%0A" +
            "gathering of ship newbuilding and operation best practices, news circulars and training solutions.%0D%0A" +
            "We hope you see the value of having 24/7 access to the most up to date knowledge available in the market today.%0D%0A" +
            "Visit us at http://www.superintendentsmanual.com";
    return false;
}

