/* FUNCIONES PROPIAS DE LA PARTE DE OFICINAS */


toAffinitas = abreAffinitas = function() {
	leftX = (screen.availWidth-510)/2
	topY = (screen.availHeight-497)/2
	if(document.all) he = 497
	else he = 497
	brand = window.open('oficinas_06_paffinitas.html', 'nextWin', 'left='+leftX+',top='+topY+',width=508,height='+he+',toolbar=no,scrollbars=no,resizable=no,status=no').focus()
	
	//window.alert('affinitas')
}
irA = function(cual) {
	if(cual.value != 0 && cual.value != null) location.href = cual.value
	
}

