<!--
function ventanaFooter(pagina, nombre){
	msgWindow=window.open(pagina,nombre,"dependent=yes,alwaysraised=yes,toolbar=no,resizable=no,scrollbars=yes,width=520,height=400,top="+(screen.height-400)/2+",left="+(screen.width-520)/2)
		msgWindow.focus()
}
function copyrightFooter(pagina){
	msgWindow=window.open(pagina,"ventanaFooter","dependent=yes,alwaysraised=yes,toolbar=no,resizable=no,scrollbars=no,width=506,height=40,top="+(screen.height-40)/2+",left="+(screen.width-506)/2)
		msgWindow.focus()
}
//-->