function facebook () {
	var width = 580;
	var height = 370;
	var left = 99;
	var top = 99;
	URL = 'http://www.facebook.com/sharer.php?u=http://www.produtobrother.com.br&t=Esse Produto é Brother';
	window.open(URL,'Facebook', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}