function grafica(grafica){
	window.open(grafica , "ventana1" , "width=820,height=345,scrollbars=NO")
}

function terminos(terminos){
	window.open(terminos , "ventana1" , "width=820,height=345,scrollbars=NO")
}