function fbs_click(url, title)
{ 
	window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(url)+"&t="+encodeURIComponent(title),"Facebook", "toolbar=0, status=0, width=626, height=436");
	return false;
}

function twt_click(url)
{ 
	window.open("http://twitter.com/home?status="+encodeURIComponent(url), "Twitter", "toolbar=0, status=0, width=626, height=436"); 
	return false;
}

function like_click(id, type)
{
  window.open("http://www.sledtrax.se/servlet/se.medialeden.comments.AddServlet?Command=Like&Id="+id+"&Type="+type, "Like", "width=626,height=436,toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no");
  return false;
}

function comment_click(id, type)
{
  window.open("http://www.sledtrax.se/servlet/se.medialeden.comments.AddServlet?Command=Comment&Id="+id+"&Type="+type, "Comment", "width=626,height=436,toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no");
  return false;
}

function notify_click(id, type)
{
  window.open("http://www.sledtrax.se/servlet/se.medialeden.comments.AddServlet?Command=Notify&Id="+id+"&Type="+type, "Notify", "width=626,height=436,toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no");
  return false;
}

function like_click_blog(id, user)
{
  window.open("http://www.sledtrax.se/servlet/se.medialeden.blogcomments.AddServlet?Command=Like&Id="+id+"&User="+user, "Like", "width=626,height=436,toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no");
  return false;
}

function comment_click_blog(id, user)
{
  window.open("http://www.sledtrax.se/servlet/se.medialeden.blogcomments.AddServlet?Command=Comment&Id="+id+"&User="+user, "Comment", "width=626,height=436,toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no");
  return false;
}

function notify_click_blog(id, user)
{
  window.open("http://www.sledtrax.se/servlet/se.medialeden.blogcomments.AddServlet?Command=Notify&Id="+id+"&User="+user, "Notify", "width=626,height=436,toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no");
  return false;
}

