// JavaScript Document


function regresar(){
	
	//history.go(-1);
	history.back();
	}


function refrescar(){
	document.location.reload();
	}

