function Regresar(){
	history.back(1)
}

function Imprimir(){
	window.print()
}

