/* Codigo comun para abrir popups i ventanas del sitio */

abreTapias = function() {
	leftX = (screen.availWidth-650)/2
	topY = (screen.availHeight-491)/2
	if(document.all) he = 491
	else he = 491

	brand = window.open('fund_tapias.html', 'nextWin', 'left='+leftX+',top='+topY+',width=650,height='+he+',toolbar=no,scrollbars=no,resizable=no,status=no').focus()	

	
}




 