/* To share the page via facebook - Webelectrix 19/04/2011 */

function fbs_click(t) { 
	u = location.href; 


if (prod != '')
{
  t=prod;
}

if (t == '')
{	
t = document.title; 
}
 

	window.open('http://www.facebook.com/sharer.php?t=' + encodeURIComponent(t) + '&u=' + encodeURIComponent(u) + '&image=' + encodeURIComponent(img), 'sharer', 'toolbar=0,status=0,width=626,height=436'); 
	
	return false; 
}


