﻿// © Rögg Corporation - All rights reserved

function ShareLink(pname,bid,cid,sid) {
//function ShareLink(langid) {
//    window.open('http://www.facebook.com/sharer.php?u=' + encodeURIComponent(location.href + '&lang=' + langid) + '&t=' + encodeURIComponent(document.title), 'sharer', 'toolbar=0,status=0,width=626,height=436');

    window.open('Link.aspx?u=' + encodeURIComponent(location.protocol + '//' + location.host + '/' + pname + '?bid=' + bid + '&cid=' + cid + '&sid=' + sid) + '&bid=' + bid + '&cid=' + cid + '&sid=' + sid, 'sharer', 'toolbar=0,status=0,width=626,height=436');
    
    return false;
}

