function fbs_click(url, message) 
{
    window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(url)+'&t='+encodeURIComponent(message),'sharer','toolbar=0,status=0,width=626,height=436');
    return false;
}

function ts_click(message) 
{
    window.open('http://twitter.com/?status='+encodeURIComponent(message),'sharer','toolbar=0,status=0,width=626,height=436');
    return false;
}

function vs_click(url, title, tweet_id)
{
    var image='show/'+tweet_id+'/1';
    for(var i=1; i<=5; i++) {
        var oEl = $('wallpapper_'+i);
        if(!_MC.MatchClass(oEl, 'hidden'))
            image='show/'+tweet_id+'/'+i;
	}

    
    window.open('http://vkontakte.ru/share.php?url='+encodeURIComponent(url)+'&title='+encodeURIComponent(title)+'&description='+encodeURIComponent(title)+'&image='+encodeURIComponent(url+image)+'&noparse=true','sharer','toolbar=0,status=0,width=626,height=436');
    return false;
}
