function showLikeBox() {
	$(".facebookfootercontainer").fadeIn(300);
}

function hideLikeBox() {
	$(".facebookfootercontainer").fadeOut(0);
}

function sharingFacebook(currRefModelo) {
	url = "http://www.bellesposa.com.br/colecoes/index.php?ref=" + currRefModelo;
	url = encodeURIComponent(url);
	abreLinkPopUp('http://www.facebook.com/sharer.php?u=' + url + '&t=Belle Sposa',500,360);
}

function sharingTwitter(currRefModelo) {
	url = "http://www.bellesposa.com.br/colecoes/index.php?ref=" + currRefModelo;
	url = encodeURIComponent(url);
	abreLinkPopUp('http://twitter.com/share?url=' + url + '&via=belle_sposa&text=Belle Sposa',600,360);
}

function abreLinkPopUp(pagina,largura,altura) 
{	
	w = screen.width;
	h = screen.height;	
	meio_w = w/2;
	meio_h = h/2;
	altura2 = altura/2;
	largura2 = largura/2;
	meio1 = meio_h-altura2;
	meio2 = meio_w-largura2;
	window.open(pagina,'','height=' + altura + ', width=' + largura + ', top='+meio1+', left='+meio2+'');
}
