
var soc_title="";
var soc_id="";
var soc_image="";

	function fbs_click() {
        u=location.href;
        t=document.title;
        window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
        return false;
    }

    function tw_click() {
        u=location.href;
        t=document.title;
        window.open('http://twitter.com/home?status=Diesen%20Artikel%20musst%20du%20dir%20ansehen%20'+encodeURIComponent(u),'sharer','toolbar=0,status=1,width=626,height=536');
        return false;
    }

    function myspace_click() {
        u=location.href;
        t=document.title;
        window.open('http://www.myspace.com/Modules/PostTo/Pages/?t='+encodeURIComponent(t)+'&u='+encodeURIComponent(u)+'&c='+encodeURIComponent(soc_title+'&lt;href="http://www.vondir.de/tools/view?id='+soc_id+'"&gt;&lt;img src="http://www.vondir.de'+soc_image+'"&gt;&lt;/a&gt;'),'sharer','toolbar=0,status=0,width=626,height=436');
        return false;
    }

function initSocButtons(title,id,image)
{
	soc_title=title;
	soc_id=id;
	soc_image=image;

    document.write('<a rel="nofollow" href="#" onclick="return fbs_click()" target="_blank"><img src="/images/facebook.gif" border="0"  alt="facebook" title="facebook"></a> ');
    document.write('<a rel="nofollow" href="#" onclick="return tw_click()" target="_blank"><img src="/images/twitter.gif" border="0" alt="twitter" title="twitter"></a> ');
    document.write('<a rel="nofollow" href="#" onclick="return myspace_click()" target="_blank"><img src="/images/myspace.gif" border="0" alt="MySpace" title="MySpace"></a>');

}
