// JavaScript Document


<script>
function fbs_click(imatge) {
	//alert("fbs_click"+imatge);
	u='http://www.tribalddb.es/stage_opening_polo/download/'+imatge;
	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;
}
</script>