

function Voltar(){
	location.href='index.php';
}

function Cancelar($where){
	location.href='index.php?'+$where;
}