// JavaScript Document
function volver(){
	window.history.go(-1);
	return false;
}
